MAW-875: session plugin to must-use
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
jQuery(document).ready(function($) {
|
||||
$(document).on('click', '.notice-dismiss', function() {
|
||||
$.ajax({
|
||||
url: ajaxurl,
|
||||
type: 'POST',
|
||||
data: {
|
||||
action: 'dismiss_notice'
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user