Warning: Array to string conversion in …. wp-includes/pluggable.php
-
Hello! I just updated your plugin to the latest version on a few sites and when I enable it, I am getting a PHP Warning showing on both front and backend:
Warning: Array to string conversion in … wp-includes/pluggable.php on line 2292
This appears to be due to a blank array being passed as the first attribute to
wp_verify_nonce
.This is the relevant line of the call stack:
[0]=> array(4) { ["file"]=> string(113) ".../wp-content/plugins/page-scroll-to-id/malihu-pagescroll2id.php" ["line"]=> int(436) ["function"]=> string(15) "wp_verify_nonce" ["args"]=> array(1) { [0]=> array(0) { } } }
Can you investigate? Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Warning: Array to string conversion in …. wp-includes/pluggable.php’ is closed to new replies.