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.
2 parents 1ad4397 + b4ec45b commit 2892219Copy full SHA for 2892219
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