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