ACF_Form_Gutenberg::block_editor_meta_box_hidden_fieldspublicACF 5.8.0

block_editor_meta_box_hidden_fields

Modify screen for Gutenberg.

Method of the class: ACF_Form_Gutenberg{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ACF_Form_Gutenberg = new ACF_Form_Gutenberg();
$ACF_Form_Gutenberg->block_editor_meta_box_hidden_fields();

Changelog

Since 5.8.0 Introduced.

ACF_Form_Gutenberg::block_editor_meta_box_hidden_fields() code ACF 6.0.4

function block_editor_meta_box_hidden_fields() {

	// Manually call 'edit_form_after_title' function.
	acf_get_instance( 'ACF_Form_Post' )->edit_form_after_title();
}