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.
Usage
$result = ActionScheduler_AdminView_Deprecated::maybe_execute_action();
ActionScheduler_AdminView_Deprecated::maybe_execute_action() ActionScheduler AdminView Deprecated::maybe execute action code WC 7.3.0
public static function maybe_execute_action() { _deprecated_function( __METHOD__, '2.0.0' ); }