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 (default: true).
Examples #
/**
* Disable compatibility for a specific plugin
*/
add_filter( 'fc_vat_enable_compat_plugin_fc-address-book', '__return_false', 10 );