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_adb_enable_compat_theme_style_{theme_slug}

How can we help?

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
  • Troubleshooting – Redirected to error 404 (page not found) when trying to delete an address from the Address Book

Development

  • Filter and action hooks – Address Book
  • Troubleshooting – jQuery events or vanilla JavaScript events not working
  • Changelog – Fluid Checkout Address Book
  • Changelog format and semantic version numbers
View Categories

fc_adb_enable_compat_theme_style_{theme_slug}

Back to list of all filter and action hooks for Address Book for WooCommerce.

Description #

Controls whether Address Book should load compatibility styles for specific pages and theme.

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_adb_enable_compat_theme_style_{$theme_slug}
    • Other pages: The modifier accepts the following values:
      cart, edit_address
  • {$theme_slug} (string) The name of the folder of the theme. Example: twentytwentyfive.

Parameters #

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

Examples #

Checkout #

Note that for the checkout page no {$page} modifier is used: fc_adb_enable_compat_theme_style_{$theme_slug}

/**
 * Disable Checkout theme style compatibility
 */
add_filter( 'fc_adb_enable_compat_theme_style_twentytwentyfive', '__return_false', 10 );

Cart #

/**
 * Disable Cart theme style compatibility
 */
add_filter( 'fc_adb_enable_compat_cart_theme_style_twentytwentyfive', '__return_false', 10 );

Edit address #

Note that for Edit Address we use only style instead of theme_style.

/**
 * Disable Edit Address theme style compatibility
 */
add_filter( 'fc_adb_enable_compat_edit_address_style_twentytwentyfive', '__return_false', 10 );
Still stuck? How can we help?

How can we help?

Updated on December 15, 2025
fc_adb_enable_compat_plugin_style_{plugin_slug}fc_pro_address_book_entry_account_markup
Table of Contents
  • Description
  • Modifiers
  • Parameters
  • Examples
    • Checkout
    • Cart
    • Edit address
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
  • Demo
  • Docs
  • Support
  • My account