acf_enable_local()ACF 5.7.10

acf_enable_local

Enables the local filter.

No Hooks.

Returns

null. Nothing (null).

Usage

acf_enable_local();

Changelog

Since 5.7.10 Introduced.

acf_enable_local() code ACF 6.0.4

function acf_enable_local() {
	acf_enable_filter( 'local' );
}