woocommerce_feature_setting

woocommerce_feature_setting

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.8.3

do_action('woocommerce_feature_setting') is found 1 times:

  • /src/Internal/Features/FeaturesController.php line 845
    		 *      - default: The default value of the feature.
    		 * @param string $feature_id The id of the feature.
    		 * @since 8.0.0
    		 */
    		return apply_filters( 'woocommerce_feature_setting', $feature_setting, $feature_id );
    	}
    
    	/**
    	 * Handle the plugin deactivation hook.
    	 *
    	 * @param string $plugin_name Name of the plugin that has been deactivated.
    

See this hook used in plugins: