ActionScheduler_Store::mark_migrated
Callable function to mark an action as migrated optionally overridden in derived classes.
Метод класса: ActionScheduler_Store{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$ActionScheduler_Store = new ActionScheduler_Store(); $ActionScheduler_Store->mark_migrated( $action_id );
- $action_id(int) (обязательный)
- Action ID.
Код ActionScheduler_Store::mark_migrated() ActionScheduler Store::mark migrated WC 10.3.5
public function mark_migrated( $action_id ) {}