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 ) { […]
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 […]
We never share your data.
Read our
Privacy Policy
Product news, tips, and other cool things we make.
We never share your data. Read our Privacy Policy