Notice: bbp_setup_current_user was called incorrectly.
-
I am getting the following error when your plugin is active…
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /path/to/wordpress/wp-includes/functions.php on line 3245
Checking the error trace it’s caused from the call of
acxUtil::hideWpVersionBackend( ). Related to this I am also getting “wp_enqueue_script was called incorrectly”.This appears to be happening because the plugin is calling methods like
acxUtil::hideWpVersionBackend( )without going through the WordPressadd_action()which seems to be causing the issue.https://ww.wp.xz.cn/plugins/websitedefender-wordpress-security/
The topic ‘Notice: bbp_setup_current_user was called incorrectly.’ is closed to new replies.