Support

Account

Home Forums ACF PRO Warnings with clean install of ACF Pro 5.0.9 and WP 4 Reply To: Warnings with clean install of ACF Pro 5.0.9 and WP 4

  • Happens also to me, three different installs when using relationship fields.

    This is not recommended approach, as you should NEVER EVER edit WP core files, but it does the magic:
    If you really need it to work, you can edit the function wp_verify_nonce in wp-includes/pluggable.php – just add $nonce = “$nonce”; somewhere in the top.