We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad4397 commit 0374649Copy full SHA for 0374649
src/Plugin.php
@@ -164,6 +164,7 @@ private function registerTestEndpoint() {
164
array(
165
'methods' => 'POST',
166
'callback' => '\Rollbar\Wordpress\Plugin::testPhpLogging',
167
+ 'permission_callback' => '__return_true',
168
'args' => array(
169
'server_side_access_token' => array(
170
'required' => true
0 commit comments