woocommerce_settings_features

woocommerce_settings_features

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_settings_features') is found 1 times:

  • /src/Internal/Features/FeaturesController.php line 673
    				 * Filter allowing to add additional settings to the WooCommerce Advanced - Features settings page.
    				 *
    				 * @param bool $disabled False.
    				 */
    				$feature_settings = apply_filters( 'woocommerce_settings_features', $feature_settings );
    				// phpcs:enable WooCommerce.Commenting.CommentHooks.MissingSinceComment
    
    				if ( ! empty( $experimental_feature_ids ) ) {
    					$feature_settings[] = array(
    						'type' => 'sectionend',
    						'id'   => 'features_options',
    

See this hook used in plugins: