Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @mabufoysal,

    check_admin_referer() checks if the current request carries a valid nonce and was referred from an administration screen.

    You might find this link helpful.

    An example usage of this function can be found here.

    I hope this helps you. Good luck!

    Moderator bcworkz

    (@bcworkz)

    It mainly verifies the form the request came from is an admin form of some sort, and it verifies that the nonce token sent by the form is valid. If that doesn’t clarify things any, what exactly are you unclear about?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘check_admin_referer()’ is closed to new replies.