• Resolved emptyvessal

    (@emptyvessal)


    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)
  • Plugin Support pear8398

    (@pear8398)

    Hi,

    Thanks for using CusRev.

    Do you mean the rest namespace? In our plugin, it is “ivole/v1”. You can check the rest route in the file /wp-content/plugins/customer-reviews-woocommerce/includes/reviews/class-cr-endpoint.php.

    Plugin Support bagel1317

    (@bagel1317)

    We haven’t heard from you for more than two weeks. For this reason, I’ll assume that either you are not interested in this question/problem anymore or it has been resolved. If you still require any help, please start a new forum topic.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Create exception For Perfmatters’ is closed to new replies.