ActionScheduler_AdminView_Deprecated::maybe_execute_action()
Run an action when triggered from the Action Scheduler administration screen.
Method of the class: ActionScheduler_AdminView_Deprecated{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = ActionScheduler_AdminView_Deprecated::maybe_execute_action();
ActionScheduler_AdminView_Deprecated::maybe_execute_action() ActionScheduler AdminView Deprecated::maybe execute action code WC 9.7.1
public static function maybe_execute_action() { _deprecated_function( __METHOD__, '2.0.0' ); }