• Resolved WordPressGuy

    (@crankycyclops)


    As of version 0.3.4, using WordPress 4.6.1, I get a white screen of death and the following error in my log whenever I try to save an updated signature:

    PHP Fatal error: Call to undefined function check_admin_referer() in …/wp-content/plugins/wp-post-signature/wp-post-signature-page.php on line 10

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter WordPressGuy

    (@crankycyclops)

    I was able to temporarily fix this by including the following line at the top of wp-post-signature-page.php:

    include_once(ABSPATH . ‘wp-includes/pluggable.php’);

    Not sure if this is a bug in WordPress core or not (something I Googled seemed to suggest it might be.)

    Plugin Author Soli

    (@allnull)

    Hi,

    Thanks for your feedback.

    Could you update to v0.3.5, and see if it works?

    Good luck. ^_^

    Thread Starter WordPressGuy

    (@crankycyclops)

    Seems to work now. Thanks for the fix!

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