bp_after_ . $core_screen[hook]

bp_after_ . $core_screen[hook]

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_after_ . $core_screen[hook]') is found 1 times:

  • /bp-templates/bp-nouveau/includes/groups/template-tags.php line 360
    			 *
    			 * @since 1.1.0 For most hooks.
    			 * @since 2.4.0 For the cover image hook.
    			 */
    			do_action( 'bp_after_' . $core_screen['hook'] );
    		}
    
    		if ( ! empty( $core_screen['nonce'] ) ) {
    			if ( ! $is_group_create ) {
    				$output = sprintf( '<p><input type="submit" value="%s" id="save" name="save" /></p>', esc_attr__( 'Save Changes', 'buddypress' ) );