Create exception For Perfmatters
-
HI can you help me I am trying to create an exception for the plugin perfmatters so it allows your plugins rest api. Ive tried the below code
add_filter(‘perfmatters_rest_api_exceptions’, function($exceptions) {
$exceptions[] = ‘cr-reviews-api’;
return $exceptions;
});but its not working, im guessing at what to use can you help? What should the code be eg cr-reviews or cr-review or cr-api?
thanks for help
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Create exception For Perfmatters’ is closed to new replies.