AssignDefaultCategory::schedule_action()
When a product category is deleted, we need to check if the product has no categories assigned. Then assign it a default category. We delay this with a scheduled action job to not block the response.
Description Description
Return Return
(void)
Source Source
File: src/Internal/AssignDefaultCategory.php