wp-login.php issues
-
Any functionality that calls bp_current_component() is throwing an error on wp-login.php. I understand why bp_parse_query has not run. BUT throwing errors for this makes no sense as bp_parse_query will never run in many wordpress contexts and getting a sensible answer for bp_current_component() may be required
I realise this is just a warning but I always run debug everywhere and getting errors (that are not really errors) in the frontedn makes no sense
do_action(‘login_form’), WP_Hook->do_action, WP_Hook->apply_filters, LH_Facebook_login_plugin->add_login_button, bp_is_register_page, bp_is_current_component, apply_filters(‘bp_is_current_component’), WP_Hook->apply_filters, BP\Rewrites\bp_is_current_component, BP\Rewrites\bp_current_component, BP\Rewrites\_was_called_too_early.
- The topic ‘wp-login.php issues’ is closed to new replies.