Skip to content
Fluid Checkout
  • Demo
  • Features
  • Add-ons
    • Complete Bundle Save 42%
    • Fluid Checkout PRO
    • Google Address Autocomplete
    • Address Book
    • EU-VAT Assistant
  • Pricing PRO
  • Docs
  • Support
  • My account
0,00 € 0 items
Home / Docs / fc_vat_enable_compat_{$page}_plugin_style_{$plugin_slug}

How can we help?

Features

  • Proof of address for sales of digital goods

Customizations

  • Safely add code snippets to your WooCommerce website

Compatibility

  • Troubleshooting – jQuery events or vanilla JavaScript events not working

Troubleshooting

  • Troubleshooting – jQuery events or vanilla JavaScript events not working

Development

  • Filter and action hooks – EU-VAT Assistant
  • Changelog – Fluid Checkout EU-VAT Assistant
  • Troubleshooting – jQuery events or vanilla JavaScript events not working
  • Changelog format and semantic version numbers
View Categories

fc_vat_enable_compat_{$page}_plugin_style_{$plugin_slug}

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

Description #

Controls whether styles for specific pages and plugins should be loaded.

Modifiers #

  • {$page} (string) Defines the specific page or context where the compatibility styles apply.
    • Checkout page: For the checkout page, this modifier does not exist. Use the hook name:
      fc_vat_enable_compat_plugin_style_{$plugin_slug}
    • Other pages: The modifier accepts the following values:
      account_details, edit_address
  • {$plugin_slug} (string) The name of the folder of the plugin. Example: fluid-checkout.

Parameters #

  • $enabled (bool) Whether the compatibility styles for this plugin should be enabled or not. Defaults to true.

Examples #

Checkout #

Note that for the checkout page no {$page} modifier is used: fc_vat_enable_compat_plugin_style_{$plugin_slug}

/**
 * Disable Checkout plugin style compatibility
 */
add_filter( 'fc_vat_enable_compat_plugin_style_woocommerce-germanized-pro', '__return_false', 10 );

Edit address #

/**
 * Disable edit address plugin style compatibility
 */
add_filter( 'fc_vat_enable_compat_edit_address_plugin_style_woocommerce-germanized-pro', '__return_false', 10 );

Account Details #

/**
 * Disable account details plugin style compatibility
 */
add_filter( 'fc_vat_enable_compat_account_details_plugin_style_woocommerce-germanized-pro', '__return_false', 10 );
Still stuck? How can we help?

How can we help?

Updated on August 30, 2025
Table of Contents
  • Description
  • Modifiers
  • Parameters
  • Examples
    • Checkout
    • Edit address
    • Account Details
Fluid Checkout

Frictionless Multi-step Checkout for WooCommerce

© 2021-2025 Fluid Checkout OÜ

Terms | Refunds | Privacy Policy | Cookies

Products
  • All products
  • Fluid Checkout PRO
  • Fluid Checkout Lite
  • Google Address Autocomplete add-on
  • Address Book add-on
  • EU-VAT Assistant add-on
Company
  • Support
  • Careers Hiring
  • My account
  • About
  • Homepage
  • Homepage
  • Features
  • Pricing PRO
  • Docs
  • Demo
  • Support
  • My account