plugin updates

This commit is contained in:
Tony Volpe
2024-11-25 13:10:11 -05:00
parent 864fe717f9
commit 76d447655a
48 changed files with 1945 additions and 200 deletions

View File

@@ -176,9 +176,7 @@ class JUQueueActions
'update_database' => false,
'action' => 'wpmf_physical_folders'
);
if (!isset($_POST['no_move']) && wp_verify_nonce($_POST['wpmf_nonce'], 'wpmf_nonce')) {
JUQueueHelper::moveFile($datas);
}
JUQueueHelper::moveFile($datas);
}
if (isset($data['file']) && isset($destination) && $destination) {