woocommerce_check_rest_ability_permissions_for_method
woocommerce_check_rest_ability_permissions_for_method
Appears in: woocommerce.10.3.4, woocommerce.10.3.5, woocommerce.10.4.3, woocommerce.10.5.2, woocommerce.10.5.3, woocommerce.10.6.1, woocommerce.10.6.2, woocommerce.10.8.1, woocommerce.10.9.1, woocommerce.10.9.3, woocommerce.10.9.4
Hook Type: filter
See hook in action
Displaying hooks found in version: woocommerce.10.9.4apply_filters('woocommerce_check_rest_ability_permissions_for_method') is found 1 times:
- /src/Internal/Abilities/REST/RestAbilityFactory.php line 672
Warning: Undefined array key 674 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 675 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 676 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 677 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @param bool $allowed Whether the operation is allowed. Default false. * @param string $method HTTP method (GET, POST, PUT, DELETE). * @param object $controller REST controller instance. */ return apply_filters( 'woocommerce_check_rest_ability_permissions_for_method', false, $method, $controller ); } }