Skip to content

Commit

Permalink
- popup js time remove
Browse files Browse the repository at this point in the history
  • Loading branch information
alagesanbe08 committed Mar 12, 2024
1 parent dfab18c commit 11533df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Popup/Popup.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Popup
function getPopupJs()
{
//https://js.retainful.com/woocommerce/v2/popup/beta/poup-widget.beta.js
return apply_filters('rnoc_popup_js','https://js.retainful.com/woocommerce/v2/popup/production/poup-widget.js?t='.time());
return apply_filters('rnoc_popup_js','https://js.retainful.com/woocommerce/v2/popup/production/poup-widget.js');
}

/**
Expand Down

0 comments on commit 11533df

Please sign in to comment.