[Solved] Notice appearing when Saving Menu
-
Hi!
First of all, thank you for the plugin – really simple and not bloated like many others, a perfect fit for me!
One thing – there’s a problem when saving Menus (for example) & PHP Strict Mode ON – that’s because a isset verification is missing from line 324.
The fixed version would change the 324 to:
if ( ! isset( $_POST[SimpleSEO::$prefix . 'meta_box_nonce'] ) OR ! wp_verify_nonce($_POST[SimpleSEO::$prefix . 'meta_box_nonce'], basename(__FILE__))) {
Could you very please make this official?!
Kindly,
Rafael Angleine
- The topic ‘[Solved] Notice appearing when Saving Menu’ is closed to new replies.