woocommerce_admin_should_load_features

woocommerce_admin_should_load_features

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('woocommerce_admin_should_load_features') is found 1 times:

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

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

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

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

    Warning: Undefined array key 401 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 );
    	}
    }