acf_admin_field_group::screen_layoutpublicACF 1.0

Sets the "Edit Field Group" screen to use a one-column layout.

Method of the class: acf_admin_field_group{}

No Hooks.

Returns

integer.

Usage

$acf_admin_field_group = new acf_admin_field_group();
$acf_admin_field_group->screen_layout( $columns );
$columns(int)
Number of columns for layout.

acf_admin_field_group::screen_layout() code ACF 6.8.8

public function screen_layout( $columns = 0 ) {
	return 1;
}