acf_ct/settings/disable_get_field_support

Used to disable get_field support for fetching custom table data.

ACF to custom database tables plugin hooks into get_field function for fetching custom table data using get_field function. You can disable this behavior using this filter.

Example

add_filter('acf_ct/settings/disable_get_field_support', '__return_true');

Upgrade to PRO