Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 5, 2021 13:38
Show Gist options
  • Save wpmu-authors/d6eaace630c432e871f50b34fbb62b40 to your computer and use it in GitHub Desktop.
Save wpmu-authors/d6eaace630c432e871f50b34fbb62b40 to your computer and use it in GitHub Desktop.
dismiss.js
jQuery(document).on( 'click', '.my-acf-notice .notice-dismiss', function() {
jQuery.ajax({
url: ajaxurl,
data: {
action: 'my_dismiss_acf_notice'
}
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment