Ticket for: PickPlugins Product Slider
0
jakevoelcker
Hi,
I love the PickPlugins Product Slider plugin, it\'s really powerful and easily customised.
I was delighted to discover today that action and filter hooks are available to customise it further 🙂
I have read about the wcps_slider_before_items and wcps_slider_item hooks.
But is there a hook that will allow me to filter each slider item? For example, if I want to conditionally change the thumbnail, or programmatically add a query string to each product link?
1 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
you probably looking for element hooks, please go following documentation
https://pickplugins.com/documentation/woocommerce-products-slider/action-hooks/wcps_layout_element_id/
Regards
I have found my own answer:
remove_action('wcps_layout_element_thumbnail', 'wcps_layout_element_thumbnail', 10);
Sorry to create an unnecessary post!