Viewing 2 replies - 1 through 2 (of 2 total)
  • Seems necessary to me after reading this:
    http://codex.wordpress.org/Glossary#Nonce

    I’m wondering what issue you are seeing here.

    Thread Starter nsitbon

    (@nsitbon)

    Well I have no problem with nonce, my problem is that the plugin seems to be make a useless request on each page load.
    If I look at the readme.txt I can see:

    * Remove the comment nonce form field from the ‘Akismet Configuration’ page in favor of using a filter, akismet_comment_nonce

    And in akismet.php l 336:
    $akismet_nonce_option = apply_filters( 'akismet_comment_nonce', get_option( 'akismet_comment_nonce' ) );
    but the option is empty and never filled.
    Maybe I am missing something?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Useless SQL query for 'akismet_comment_nonce' option’ is closed to new replies.