acf_select_input()
acf_select_input
Renders the HTML of a select input.
No Hooks.
Returns
String.
Usage
acf_select_input( $attrs );
- $attrs(array)
- The array of attrs.
Default:array()
Changelog
| Since 5.0.0 | Introduced. |
acf_select_input() acf select input code ACF 6.0.4
function acf_select_input( $attrs = array() ) {
echo acf_get_select_input( $attrs );
}