acf_get_field_type()
acf_get_field_type
alias of acf()->fields->get_field_type()
No Hooks.
Returns
null. Nothing (null).
Usage
acf_get_field_type( $name );
- $name(required)
- .
Changelog
| Since 5.6.0 | Introduced. |
acf_get_field_type() acf get field type code ACF 6.0.4
function acf_get_field_type( $name ) {
return acf()->fields->get_field_type( $name );
}