Skip to content

Instantly share code, notes, and snippets.

@1wdtv
Created August 9, 2018 16:03
Show Gist options
  • Save 1wdtv/e0aa76a5ceed1f419741179aaa167f9b to your computer and use it in GitHub Desktop.
Save 1wdtv/e0aa76a5ceed1f419741179aaa167f9b to your computer and use it in GitHub Desktop.
<script>
jQuery(document).ready(function($){
var data = {
'primary_role' : 'broker'
};
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