admin_head_{$content_func}

admin_head_{$content_func}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('admin_head_{$content_func}') is found 1 times:

  • /wp-admin/includes/media.php line 601
    		 * callback for the media upload type.
    		 *
    		 * @since 2.5.0
    		 */
    		do_action( "admin_head_{$content_func}" );
    	}
    
    	$body_id_attr = '';
    
    	if ( isset( $GLOBALS['body_id'] ) ) {
    		$body_id_attr = ' id="' . $GLOBALS['body_id'] . '"';