woocommerce_admin_features

woocommerce_admin_features

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_admin_features') is found 1 times:

  • /src/Admin/Features/Features.php line 75
    	 *
    	 * @return array Enabled Woocommerce Admin features/sections.
    	 */
    	public static function get_features() {
    		return apply_filters( 'woocommerce_admin_features', array() );
    	}
    
    	/**
    	 * Gets the optional feature options as an associative array that can be toggled on or off.
    	 *
    	 * @return array
    

See this hook used in plugins: