Compare commits
3 Commits
0fbd2be3e6
...
5614f47939
Author | SHA1 | Date | |
---|---|---|---|
5614f47939 | |||
41bb7f855e | |||
a30032f1ca |
@ -123,7 +123,7 @@ function uuid_renamer_js() {
|
|||||||
var attachmentId = button.data("id");
|
var attachmentId = button.data("id");
|
||||||
$.post(ajaxurl, { action: "rename_media_to_uuid", attachment_id: attachmentId }, function(response) {
|
$.post(ajaxurl, { action: "rename_media_to_uuid", attachment_id: attachmentId }, function(response) {
|
||||||
if (response.success) {
|
if (response.success) {
|
||||||
alert(response.data);
|
// alert(response.data);
|
||||||
location.reload();
|
location.reload();
|
||||||
} else {
|
} else {
|
||||||
alert(response.data);
|
alert(response.data);
|
||||||
|
Reference in New Issue
Block a user