• Resolved alisafang

    (@alisafang)


    Hi, there is an error of your plugin. How to fix it?

    The REST API route definition for shareasale-wc-tracker/v1/mastertag is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5225

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ryan Stark

    (@rfrey2009)

    Thanks for bringing this to our attention. Since this is just a PHP notice and not a true error or warning, we’ll look into adding a fix in the next minor plugin update.

    If these messages are being shown in the browser and not just server error logs though, it’s recommended you turn off your WP_DEBUG setting. You can add the following to your wp-config.php file to do so:

    define( 'WP_DEBUG', false );
    define( 'WP_DEBUG_DISPLAY', false );
    Plugin Author Ryan Stark

    (@rfrey2009)

    This has been resolved with version 1.4.7 just released.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘permission_callback argument’ is closed to new replies.