PUM_Utils_Cron::schedule_events()

Schedules our events


Description Description


Source Source

File: classes/Utils/Cron.php

	public function schedule_events() {
		$this->weekly_events();
		$this->daily_events();
	}


Top ↑

User Contributed Notes User Contributed Notes

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