self::FEATURE_ENABLED_CHANGED_ACTION, $feature_id, yes === $value
self::FEATURE_ENABLED_CHANGED_ACTION, $feature_id, yes === $value
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('self::FEATURE_ENABLED_CHANGED_ACTION, $feature_id, yes === $value') is found 1 times:
- /src/Internal/Features/FeaturesController.php line 1339
* @param bool $enabled True if the feature has been enabled, false if it has been disabled. * * @since 7.0.0 */ do_action( self::FEATURE_ENABLED_CHANGED_ACTION, $feature_id, 'yes' === $value ); } /** * Handler for the 'woocommerce_get_sections_advanced' hook, * it adds the "Features" section to the advanced settings page. *