acf/field_group/admin_head

acf/field_group/admin_head

Hook Type: action

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.0.3

do_action('acf/field_group/admin_head') is found 1 times:

  • /includes/admin/admin-field-group.php line 235
    			add_filter( 'screen_settings', array( $this, 'screen_settings' ), 10, 1 );
    			add_filter( 'get_user_option_screen_layout_acf-field-group', array( $this, 'screen_layout' ), 10, 1 );
    
    			// 3rd party hook.
    			do_action( 'acf/field_group/admin_head' );
    
    		}
    
    
    		/**
    		 *  This action will allow ACF to render metaboxes after the title