diff --git a/includes/class-delete-all.php b/includes/class-delete-all.php index 3f683f4ff424c7a86cd2ab8fae0fe5483a6dedef..67fa0747c92e0ecc66e7090a891231ff2307c075 100644 --- a/includes/class-delete-all.php +++ b/includes/class-delete-all.php @@ -14,9 +14,9 @@ class Delete_All { /** * Class constants */ - const CRON_EVENT = 'a8c_bulk_edit_delete_all'; + const CRON_EVENT = 'bulk_edit_cron_offload_delete_all'; - const ADMIN_NOTICE_KEY = 'a8c_bulk_edit_deleted_all'; + const ADMIN_NOTICE_KEY = 'bulk_edit_cron_offload_deleted_all'; /** * Register this bulk process' hooks diff --git a/includes/class-move-to-trash.php b/includes/class-move-to-trash.php index 967eccab6bf8ba752d7440003979002e42115539..abc31a1da0548749f128428568a4c43a5f2a32b2 100644 --- a/includes/class-move-to-trash.php +++ b/includes/class-move-to-trash.php @@ -14,7 +14,7 @@ class Move_To_Trash { /** * Class constants */ - const CRON_EVENT = 'a8c_bulk_edit_move_to_trash'; + const CRON_EVENT = 'bulk_edit_cron_offload_move_to_trash'; /** * Register this bulk process' hooks