Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('wp_enqueue_scripts', function () {
- wp_add_inline_script(
- 'nectar-single-product-reviews',
- "jQuery(function($){if(window.location.search.includes('?open-modal'))setTimeout(()=>$('a.nectar-product-reviews-trigger').click(),200)});"
- );
- }, 20);
- add_action('woocommerce_email_header', function ($heading, $email) {
- if ('glsr_customer_review_reminder' === ($email->id ?? '')) {
- add_filter('wpml_permalink', fn ($permalink) => "{$permalink}?open-modal", 20);
- }
- }, 20, 2);
Advertisement
Add Comment
Please, Sign In to add comment