ACF_Form_Gutenberg::block_editor_meta_box_hidden_fields()publicACF 5.8.0

block_editor_meta_box_hidden_fields

Modify screen for Gutenberg.

Метод класса: ACF_Form_Gutenberg{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Список изменений

С версии 5.8.0 Введена.

Код ACF_Form_Gutenberg::block_editor_meta_box_hidden_fields() 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();
}