

This plugin is fully translatable and the POT is located within the plugin’s folder/languages.

apply_filters( ‘woocommerce_products_compare_meta_headers’, array ) – filters the headers displayed on the compare products page.apply_filters( ‘woocommerce_products_compare_compare_button’, html ) – filters the display of the compare products button.apply_filters( ‘woocommerce_products_compare_cookie_expiry’, int ) – sets how many days to keep the compared products list per user.apply_filters( ‘woocommerce_products_compare_max_products’, int ) – sets how many products can be compared at one time.apply_filters( ‘woocommerce_products_compare_end_point’, string ) – sets the endpoint of where your compare products page displays.While this section is mostly for developers, you can learn how to use hooks here Hooks API.īelow is a list of hooks and a short description of what they do. so you can compare exactly how much youll get back depending on where you.

This plugin comes with many hooks available for you to manipulate the plugin to your requirements. Browser extensions are plug-ins that you can download on web browsers like. You can learn how to create child themes here Create Child Theme. We recommend you take that one step further and create a child theme and put the template file in there so if your theme gets updated, your changes are not lost. Wp-content/plugins/woocommerce-products-compare/templates/Īnd pasting it into the root of your theme directory.
