acf_get_filters()ACF 5.4.0

acf_get_filters

Returns an array of filters in their current state.

No Hooks.

Returns

Array.

Usage

acf_get_filters();

Changelog

Since 5.4.0 Introduced.

acf_get_filters() code ACF 6.8.8

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