PUM_Admin_Tools::action_scheduler_display()

Displays the content for the Scheduled Actions tab.


Description Description


Source Source

File: classes/Admin/Tools.php

	public static function action_scheduler_display() {
		if ( class_exists( 'ActionScheduler_AdminView' ) ) {
			$test = new ActionScheduler_AdminView();
			$test->render_admin_ui();
		}
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.12.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.