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