acf_fields::get_field_typespublicACF 5.4.0

This function will return an array of all field types

Method of the class: acf_fields{}

No Hooks.

Returns

(mixed).

Usage

$acf_fields = new acf_fields();
$acf_fields->get_field_types();

Changelog

Since 5.4.0 Introduced.

acf_fields::get_field_types() code ACF 6.8.8

function get_field_types() {
	return $this->types;
}