bp_blogs_creation_location, $bp_url, $url
bp_blogs_creation_location, $bp_url, $url
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_blogs_creation_location, $bp_url, $url') is found 1 times:
- /bp-blogs/bp-blogs-filters.php line 46
* * @param string $bp_url URL for the 'Create a new site' signup page. * @param string $url The original URL (points to wp-signup.php by default). */ return apply_filters( 'bp_blogs_creation_location', $bp_url, $url ); } add_filter( 'wp_signup_location', 'bp_blogs_creation_location' ); /** * Only select comments by ID instead of all fields when using get_comments(). *