Unused public ajax callback
-
The Plugin registers a public ajax callback in Plugin.php:124
$this->loader->add_action( 'wp_ajax_rate_the_plugin', $notice, 'rate_the_plugin_action' ); $this->loader->add_action( 'wp_ajax_nopriv_rate_the_plugin', $notice, 'rate_the_plugin_action' );This ajax callback is used to rate the plugin in the admin area so it is never used for public users.
So for security reasons I think the public
noprivaction should be removed.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Unused public ajax callback’ is closed to new replies.