function cancella(){ console.log('cioa'); jQuery('#canc').append(' '); jQuery.ajax({ type:'POST', data:{ action:'eliminapost', // this is the WordPress AJAX hook post:2365, }, url: 'https://madlab2.it/wp-admin/admin-ajax.php', // 'ajaxurl' is defined inside wp-admin, otherwise you must use the full URL, http://yourdomain.com/wp-admin/admin-ajax.php success: function(value) { window.location.href = '/gestione-mostre'; } }); }