Viewing 1 replies (of 1 total)
  • Plugin Author creverter

    (@creverter)

    Sorry for the delay…

    Please, go to Knews > Configuration and uncheck the option:

    “Prevent bot registrations. Some Cache Plugins can need deactivate this option (Subscribe always fails “wrong e-mail adress” message).”

    Should work…

    About WP documentation:

    <?php $nonce= wp_create_nonce( ‘my-nonce’ ); ?>
    ‘> …

    <?php
    $nonce = $_REQUEST[‘_wpnonce’];
    if ( !wp_verify_nonce( $nonce, ‘my-nonce’ ) ) die( ‘Security check’ );
    ?>

    You can write us: contact at knewsplugin dot com if you want to help us about this issue…

    Kind Regards,
    Carles Reverter

Viewing 1 replies (of 1 total)
  • The topic ‘Incorrect email’ is closed to new replies.