$url = wp_nonce_url(
add_query_arg( // первый параметр – URL
array(
'action' => 'trash',
'post' => $inventories[$i][0],
),
site_url( 'wp-admin/post.php' )
),
'trash' . $inventories[$i][0], // второй параметр – экшен
'_wpnonce' // третий параметр – в какой $_GET-параметр запишется одноразовое число
);
result => console.log(organizations),
function get_organizations() {
var data = {
action: 'get_organizations',
}
jQuery.post( ajaxurl, data, function( resp ){
console.log( 'response: ' + resp ); //выводится вторым
organizations = JSON.parse(resp);
return organizations ;
});
var data = {
action: 'get_organizations',
};
jQuery.post( ajaxurl, data, function( response ){
console.log( 'response: ' + response ); //Array
organizations =JSON.parse(response); // Error ...
});
Uncaught SyntaxError: Unexpected token A in JSON at position 0
at JSON.parse (<anonymous>)
at Object.success ((індекс):561:27)
at c (jquery.min.js?ver=3.6.0:2:28327)
at Object.fireWith [as resolveWith] (jquery.min.js?ver=3.6.0:2:29072)
at l (jquery.min.js?ver=3.6.0:2:79901)
at XMLHttpRequest.<anonymous> (jquery.min.js?ver=3.6.0:2:82355)
buttons.length == 4
buttons.length == 4
pip install gspreed?
Да вроде пробовал и не работает.
Кнопка в плагине, код плагина лучше не менять...