Back to list of all filter and action hooks for Google Address Autocomplete.
Description #
Enable/disable Google Address Autocomplete compatibility features for specific plugins.
Modifiers #
{$plugin_slug}
(string) The plugin folder name/slug. Example:woocommerce-myparcel
.
Parameters #
$enabled
(bool) Whether the compatibility features for this plugin should be enabled or not. Defaults totrue
.
Examples #
/**
* Disable compatibility for a specific plugin
*/
add_filter( 'fc_gaa_enable_compat_plugin_woocommerce-myparcel', '__return_false', 10 );