PHP Notice: Undefined index: html_mode_lock_nonce
-
I have debug turned on, and I’m getting the above-captioned notice in my debug log. It references line 107.
I see that the plugin has not been updated in a while, and perhaps you don’t intend to do so any time soon. But if you could at least provide instructions on how to patch this, it would be appreciated.
Might it be as simple as adding this…
isset($_POST['html_mode_lock_nonce']) ) &&
… before this…
!wp_verify_nonce([etc]
?
- The topic ‘PHP Notice: Undefined index: html_mode_lock_nonce’ is closed to new replies.