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 […]

Hookturn Hookturn

Disabling fields for a particular table

If you need to prevent fields from generating columns on a particular table, you can use the following filter: * Filtering the array of supported fields for a given table. This affects table * definition generation and can go in your functions.php file or a plugin. */ add_filter( ‘acfcdt/field_group_supported_fields’, function ( $supported_fields, $table_name ) { […]

Want it delivered fresh? You know what to do…

We never share your data.
Read our Privacy Policy

Removing support for fields

You can remove fields from the supported field list, if you need to. When doing so, you have the ACF field array to evaluate, so you have a good degree of flexibility: * Removing fields from the ‘supported fields’ list. This affects table definition * generation and can go in your functions.php file or a […]

1 2 3 4

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.