Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Paul Bearne

    (@pbearne)

    Sounds like the nonce is broken I will check it ASP

    Plugin Author Paul Bearne

    (@pbearne)

    I have just done a quick test and it worked for me

    this from the nonce check

    if ( ! wp_verify_nonce( $nonce, 'author-avatars-shortcode-paging-nonce' ) ) {
    		die( 'Busted!' );
    	}

    can you check that eh page wasn’t an old cached version or pust an URL for be to look at

    Thread Starter pingram

    (@pingram3541)

    Hi thanks, yes I commented out that code last night and it works as expected. My client uses a marketing service for the hosting and they do use a varnish caching service. I had cleared the cache but got the same error message afterwords.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Busted!’ is closed to new replies.