ActionScheduler_AdminView_Deprecated::maybe_execute_action()public staticWC 1.0

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() code WC 8.7.0

public static function maybe_execute_action() {
	_deprecated_function( __METHOD__, '2.0.0' );
}