Sounds like the nonce is broken I will check it ASP
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.