acf_hidden_input() ACF 5.0.0
Renders the HTML of a hidden input.
Хуков нет.
Возвращает
Строку.
Использование
acf_hidden_input( $attrs );
- $attrs(массив)
- The array of attrs.
Список изменений
С версии 5.0.0 | Введена. |
Код acf_hidden_input() acf hidden input ACF 5.9.1
function acf_hidden_input( $attrs = array() ) {
echo acf_get_hidden_input( $attrs );
}