acf_get_filters()ACF 5.4.0

acf_get_filters

Returns an array of filters in their current state.

Хуков нет.

Возвращает

Массив.

Использование

acf_get_filters();

Список изменений

С версии 5.4.0 Введена.

Код acf_get_filters() ACF 6.0.4

function acf_get_filters() {
	return acf_get_store( 'filters' )->get();
}