Back to list of all filter and action hooks for Fluid Checkout Lite.
Description #
Allows themes to override template files with their own versions, whether original templates from WooCommerce or Fluid Checkout.
Aliases
The alias filter fc_pro_override_template_with_theme_file is deprecated and works in the exact same way as this filter, but does not apply to Fluid Checkout Lite. It is kept in the code base only for backwards compatibility with customization on various websites and should not be used. Instead use the filter fc_override_template_with_theme_file described on this page.
Parameters #
$override(bool) Whether to override with theme file. Defaults tofalse.$template(string) The template file path.$template_name(string) The template name.$template_path(string) The template path.
Examples #
For use examples please check our documentation on Let Fluid Checkout plugins know it needs to use your copy of the template file.
