is_not_buddypress
is_not_buddypress
Appears in: buddypress.10.1.0, buddypress.10.2.0, buddypress.10.3.0, buddypress.10.4.0, buddypress.10.5.0, buddypress.10.6.0, buddypress.11.0.0, buddypress.11.1.0, buddypress.11.2.0, buddypress.11.3.2, buddypress.11.4.0
Hook Type: action
Displaying hooks found in version: buddypress.11.4.0do_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.