fc_compat_theme_woodmart_disable_theme_checkout_options

Back to list of all filter and action hooks for theme Woodmart.

Description #

Controls whether to disable Woodmart theme checkout options (product image, quantity field, remove button, and product page link).

Parameters #

  • $disable (bool) Whether to disable theme checkout options. Defaults to true (Disabled by default).

Examples #

/**
 * Enable Woodmart theme checkout options
 */
add_filter( 'fc_compat_theme_woodmart_disable_theme_checkout_options', '__return_false', 10 );

What are your feelings

Updated on December 15, 2025