acf_text_input()ACF 5.0.0

acf_text_input

Renders the HTML of a text input.

Хуков нет.

Возвращает

Строку.

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

acf_text_input( $attrs );
$attrs(массив)
The array of attrs.
По умолчанию: array()

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

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

Код acf_text_input() ACF 6.0.4

function acf_text_input( $attrs = array() ) {
	echo acf_get_text_input( $attrs );
}