bbPress doing_it_wrong message
-
Together with bbPress throws a _doing_it_wrong notice in the wp-admin when easy-custom-sidebars is active. Its caused by the
current_user_can()condition inincludes/admin/class-ecs-admin.php.bbPress doesn’t like calls to
wp_get_current_user(which is called bycurrent_user_can) before theinithook is run. See https://codex.bbpress.org/bbp_setup_current_user/was-called-incorrectly/Fixing this should be trivial. Is there any chance to find the plugin in a git repository, so I could send a pull request?
cheers,
jörn
The topic ‘bbPress doing_it_wrong message’ is closed to new replies.