xprofile_screen_display_profile, $new
xprofile_screen_display_profile, $new
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('xprofile_screen_display_profile, $new') is found 1 times:
- /bp-xprofile/screens/public.php line 26
* @since 1.0.0 * * @param string $new $_GET parameter holding the "new" parameter. */ do_action( 'xprofile_screen_display_profile', $new ); $templates = array( /** * Filters the template to load for the XProfile screen. * * @since 1.0.0