bp_before_ . $core_screen[hook]

bp_before_ . $core_screen[hook]

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

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

  • /bp-templates/bp-nouveau/includes/groups/template-tags.php line 331
    			 *
    			 * @since 1.1.0 For most hooks.
    			 * @since 2.4.0 For the cover image hook.
    			 */
    			do_action( 'bp_before_' . $core_screen['hook'] );
    		}
    
    		$template = 'groups/single/admin/' . $screen_id;
    
    		if ( ! empty( $core_screen['template'] ) ) {
    			$template = $core_screen['template'];