WP_Background_Process::complete()

Complete.


Description Description

Override if applicable, but ensure that the below actions are performed, or, call parent::complete().


Top ↑

Source Source

File: vendor/deliciousbrains/wp-background-processing/classes/wp-background-process.php

	protected function complete() {
		// Unschedule the cron healthcheck.
		$this->clear_scheduled_event();
	}

Top ↑

User Contributed Notes User Contributed Notes

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