WP_Background_Process::complete()

Complete.


Description Description

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


Source Source

File: includes/libraries/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.