before_woocommerce_sequra_add_widget_to_page

Hook Action

Fires before the seQura widget is added to the page to prevent multiple executions.

Description

This action allows to execute some code just before the widget shortcode is added to product page.

Changelog

VersionDescription
3.0.0Introduced

Usage Example

add_action('before_woocommerce_sequra_add_widget_to_page', function(){
 // Add your custom code here
});