Tribe__Events__Event_Cleaner_Scheduler::remove_hooks()

Removes the hooks

Contents


Source

File: src/Tribe/Event_Cleaner_Scheduler.php

	public function remove_hooks() {
		remove_action( self::$trash_cron_hook, array( $this, 'move_old_events_to_trash' ) );
		remove_action( self::$del_cron_hook, array( $this, 'permanently_delete_old_events' ) );
	}

Top ↑

Changelog

Changelog
Version Description
4.6.13 Introduced.