Inventory_Presser_Admin_Photo_Arranger::is_enabled()
Is the photo arranger via a Gallery Block feature enabled?
Return Return
(bool)
Source Source
File: includes/admin/class-admin-photo-arranger.php
public static function is_enabled() { return INVP::settings()['use_arranger_gallery'] ?? false; }
Expand full source code Collapse full source code View on Github