Skip to content

Instantly share code, notes, and snippets.

@1wdtv
Created August 9, 2018 16:06
Show Gist options
  • Save 1wdtv/2ad0c5c29742b877eb743c547717de15 to your computer and use it in GitHub Desktop.
Save 1wdtv/2ad0c5c29742b877eb743c547717de15 to your computer and use it in GitHub Desktop.
<script>
jQuery(document).ready(function($){
var data = {
'primary_role' : 'buyer'
};
var data = {
'action' : 'update_user',
'data' : JSON.stringify( data )
};
$.post(wpf_ajax.ajaxurl, data);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment