acf_disable_local()
acf_disable_local
Disables the local filter.
No Hooks.
Returns
null. Nothing (null).
Usage
acf_disable_local();
Changelog
| Since 5.7.10 | Introduced. |
acf_disable_local() acf disable local code ACF 6.0.4
function acf_disable_local() {
acf_disable_filter( 'local' );
}