Simply attached it throwing an error…
-
Undefined index: simplyattached_nonce in /home4/gandbimp/public_html/betaimporters/wp-content/plugins/simply-attached/simplyattached.php on line 374
I have fixed it by adding this code to that line
if ( !isset( $_POST['simplyattached_nonce'] ) || !wp_verify_nonce( $_POST['simplyattached_nonce'], plugin_basename(__FILE__) ))
If your happy with that can you change the code for the next update so it doesn’t overwrite?
Thanks
- The topic ‘Simply attached it throwing an error…’ is closed to new replies.