/
home
/
faureele
/
til
/
wp-content
/
plugins
/
contactic
/
assets
/
js
/
Upload File
HOME
jQuery(document).on('click', '.contactic-notice .notice-dismiss', function() { jQuery.ajax({ url: ajaxurl, data: { action: 'dismiss_contactic_notice', id: jQuery(this).parent().data('id') } }) })