true, 'woocommerce_base' => true, // Copyright editor is premium-only. ]; $premium = [ 'headers' => true, 'checkout_ui' => true, 'colors_extended' => true, 'demo_tools' => true, 'footer_copyright_edit' => true, ]; if ( isset( $core[ $feature ] ) ) { return true; } if ( bongoto_is_premium_active() && isset( $premium[ $feature ] ) ) { return true; } return false; } /** * Compatibility helper for existing template parts. */ function bongoto_woocommerce_is_pro_active() : bool { return bongoto_is_premium_active(); }