ActionScheduler::admin_view
Get AdminView instance.
Method of the class: ActionScheduler{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = ActionScheduler::admin_view();
ActionScheduler::admin_view() ActionScheduler::admin view code WC 10.7.0
public static function admin_view() {
return ActionScheduler_AdminView::instance();
}