ActionScheduler_Store::validate_action( ActionScheduler_Action $action )
InnoDB indexes have a maximum size of 767 bytes by default, which is only 191 characters with utf8mb4.
Description Description
Previously, AS wasn’t concerned about args length, as we used the (unindex) post_content column. However, with custom tables, we use an indexed VARCHAR column instead.
Parameters Parameters
- $action
-
(Required) Action to be validated.
Source Source
File: packages/action-scheduler/classes/abstracts/ActionScheduler_Store.php