woocommerce_admin_should_load_features

woocommerce_admin_should_load_features

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_admin_should_load_features') is found 1 times:

  • /src/Admin/Features/Features.php line 401

    Warning: Undefined array key 403 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 404 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 405 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 406 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 *
    		 * @since 9.6.0
    		 * @param boolean $should_load Whether admin features should be loaded. It defaults to true when the current request is in an admin context.
    		 */
    		return apply_filters( 'woocommerce_admin_should_load_features', $should_load );
    	}
    }