jQuery.ajax

jQuery.ajax({
    type: "GET",
    url: "index.php?rest_route=/wp/v2/avatar/" + this.value,
    data: {
        action: 'vote',
        question_id: 1234,
        answer_id: 2,
    },
    success: function(data){
        console.log( data )
        
    }
});

 

Powered by BetterDocs