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.
Returns
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 10.6.2
public static function maybe_execute_action() {
_deprecated_function( __METHOD__, '2.0.0' );
}