acf_enable_local()
acf_enable_local
Enables the local filter.
No Hooks.
Returns
void. Nothing (null).
Usage
acf_enable_local();
Changelog
| Since 5.7.10 | Introduced. |
acf_enable_local() acf enable local code ACF 6.8.8
function acf_enable_local() {
acf_enable_filter( 'local' );
}