is_not_buddypress

is_not_buddypress

Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.11.4.0

do_action('is_not_buddypress') is found 1 times:

  • /bp-core/bp-core-catchuri.php line 257
    		 * Fires when the the current page is not a BuddyPress one.
    		 *
    		 * @since 10.0.0
    		 */
    		do_action( 'is_not_buddypress' );
    		return false;
    	}
    
    	$wp_rewrite->use_verbose_page_rules = false;
    
    	// Find the offset. With $root_profile set, we fudge the offset down so later parsing works.