This action runs when displaying the add to collection button. you can use this action to display content just before or after the collection button.
This filter allows you to change all the messages in the plugin. The filter includes one parameter, $messages, which is an array containing all the messages. each message has a unique key.
This filter allows you to change terminology from "collection" to other terminology like Light Box, Watch List, Wish List, Want List. The filter includes one parameter, $defaults, which is an array containing singular and plural text of terminology.
This filter allows you to change "add to collection" button features like product, button text, icon type and icon position. The filter includes one parameter, $args, which is an array containing all the button featured arguments.
This filter allows you to change collection URL when sharing a collection to social sites or email. The filter includes two parameters, $share_url and $collecion_id, you can change share_url based on it.
This filter Force allow to display add to collection button even product in out of stock or with 0 price. The filter includes two parameter, $value, which is an Boolean value and $product, which is an object contain product data.
This filter allows you to change login redirect URL when click on add to collection button without login. The filter includes one parameter, $redirect_url, which is an string containing the redirect URL.