yes

yes

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.8.3

do_action('yes') is found 1 times:

  • /src/Internal/Features/FeaturesController.php line 617
    		 * @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.
    	 *