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 totrue(Disabled by default).
Examples #
/**
* Enable Woodmart theme checkout options
*/
add_filter( 'fc_compat_theme_woodmart_disable_theme_checkout_options', '__return_false', 10 );
