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