Documentation

ACF Custom Database Tables v1.0

Heads up! You're browsing the documentation for an older version of the plugin. Consider checking out the current released version.

Disabling ACF 3rd party filters

For consistency, we pass the data through ACFs 3rd party extension filters. If you need to disable this, you can do so using the following:


 * Thes two lines will deactivate ACFs 3rd party filters on data that is passed 
 * to or retreived from a custom database table. They will not disable the filters
 * on data being stored in the core meta tables.
 */
add_filter('acfcdt/settings/allow_acf_update_value_filters', '__return_false');
add_filter('acfcdt/settings/allow_acf_load_value_filters', '__return_false');

Spot an issue? Please let us know about it.

Good dev stuff, delivered.

Product news, tips, and other cool things we make.

We never share your data. Read our Privacy Policy

© 2016 – 2024 Hookturn Digital. All rights reserved.