Skip to content

Instantly share code, notes, and snippets.

@1wdtv
Created August 7, 2018 19:05
Show Gist options
  • Select an option

  • Save 1wdtv/84e414d7dbcbd24b99f15273b43e9163 to your computer and use it in GitHub Desktop.

Select an option

Save 1wdtv/84e414d7dbcbd24b99f15273b43e9163 to your computer and use it in GitHub Desktop.
<script>
jQuery(document).ready(function($){
var data = {
'action': 'apply_tags',
'tags' : ["Add to Cart {{DLV - Product Name}}"]
};
$.post(wpf_ajax.ajaxurl, data);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment