fc_vat_enable_compat_plugin_{plugin_slug}

Back to list of all filter and action hooks for EU-VAT Assistant.

Description #

Controls whether the compatibility code for specific plugins should be loaded.

Modifiers #

  • {$plugin_slug} (string) The name of the folder of the plugin. Example: fluid-checkout.

Parameters #

  • $enabled (bool) Whether to enable compatibility. Defaults to true.

Examples #

/**
 * Disable compatibility for a specific plugin
 */
add_filter( 'fc_vat_enable_compat_plugin_fc-address-book', '__return_false', 10 );

What are your feelings

Updated on December 15, 2025