ACF_Admin_Internal_Post_Type::form_datapublicACF 5.3.8

Adds extra HTML to the acf form data element.

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

Хуков нет.

Возвращает

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

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

$ACF_Admin_Internal_Post_Type = new ACF_Admin_Internal_Post_Type();
$ACF_Admin_Internal_Post_Type->form_data( $args );
$args(массив) (обязательный)
Arguments array to pass through to action.

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

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

Код ACF_Admin_Internal_Post_Type::form_data() ACF 6.4.2

public function form_data( $args ) {
	// Override as necessary.
}