11, 'bp_setup_nav' => 12, 'bp_core_action_search_site' => 13, 'bp_setup_title' => 14, '_bp_maybe_remove_redirect_canonical' => 20, 'bp_remove_adjacent_posts_rel_link' => 20, ); if ( 'bp_init' === $hook ) { $key_actions['bp_setup_canonical_stack'] = 5; $key_actions['bp_setup_nav'] = 6; $key_actions['bp_core_action_search_site'] = 7; $key_actions['bp_setup_title'] = 8; $key_actions['_bp_maybe_remove_redirect_canonical'] = 10; $key_actions['bp_remove_adjacent_posts_rel_link'] = 10; } foreach ( $key_actions as $action => $priority ) { $arguments = 1; if ( 'bp_core_action_search_site' === $action ) { $arguments = 0; } add_action( $hook, $action, $priority, $arguments ); } // Fire a deprecation notice for following deprecated hooks, if needed. if ( ! function_exists( 'bp_classic' ) ) { apply_filters_deprecated( 'bp_uri', array( '' ), '12.0.0' ); do_action_deprecated( 'is_not_buddypress', array(), '12.0.0' ); } } add_action( 'bp_init', 'bp_core_setup_query_parser', 1 ); /** * The bp_register_taxonomies hooks - Attached to 'bp_init' @ priority 2 above. */ add_action( 'bp_register_taxonomies', 'bp_register_member_type