golden hour
/home/doctorbruno/public_html/dravidian-herald.com/wp-content/themes/news-pro/lib/woocommerce/js
⬆️ Go Up
Upload
File/Folder
Size
Actions
notice-update.js
324 B
Del
OK
Edit: notice-update.js
/** * This script adds notice dismissal to the News Pro theme. * * @package News\JS * @author StudioPress * @license GPL-2.0+ */ jQuery(document).on( 'click', '.news-woocommerce-notice .notice-dismiss', function() { jQuery.ajax({ url: ajaxurl, data: { action: 'news_dismiss_woocommerce_notice' } }); });
Save