acf_is_field_type()
alias of acf()->fields->is_field_type()
No Hooks.
Returns
null. Nothing (null).
Usage
acf_is_field_type( $name );
- $name
- .
Default:''
Changelog
| Since 5.6.0 | Introduced. |
acf_is_field_type() acf is field type code ACF 6.8.8
function acf_is_field_type( $name = '' ) {
return acf()->fields->is_field_type( $name );
}