А
var data = { 'action': 'age_verification' };
$('#button-yes').click(function () {
jQuery.ajax({
url: '/wp-admin/admin-ajax.php',
data: data,
method: 'POST',
success: function (response) {
document.location.href = response['referer'];
}
});
});
В общем что-то такое, если верно понял.