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.9.7.1

apply_filters('woocommerce_admin_features') is found 1 times:

  • /src/Admin/Features/Features.php line 75
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    *
     * @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: