• Resolved aryup

    (@aryup)


    Hi,

    We got the same error “Busted!” when we use pagination on our author list.

    What can we do ?

    Best regards,
    ARYUP

    • This topic was modified 3 years, 1 month ago by aryup.
    • This topic was modified 3 years, 1 month ago by aryup.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter aryup

    (@aryup)

    Ok, we managed to find a solution, we just completly removed the condition :

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

    This works again now.

    Can you still check and take that in count for your next update ?

    Best regards,
    ARYUP

Viewing 1 replies (of 1 total)
  • The topic ‘Busted! error pagination’ is closed to new replies.