prevent direct access
-
Hello,
class.akismet-widget.php file open to direct calls. Could you add something like
if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. }Also, two of wrapper functions seems rotten. Please check
akismet_add_comment_nonceandakismet_update_alertSorry for posting here, I couldn’t find repo on github 😉
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘prevent direct access’ is closed to new replies.