PUM_Utils_Cron::__construct()

PUM_Utils_Cron constructor.


Description Description


Source Source

File: classes/Utils/Cron.php

	public function __construct() {
		add_filter( 'cron_schedules', array( $this, 'add_schedules' ) );
		add_action( 'wp', array( $this, 'schedule_events' ) );
	}


Top ↑

User Contributed Notes User Contributed Notes

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