PUM_Upgrade_v1_8_Themes::finish()


Description Description


Source Source

File: includes/batch/upgrade/class-upgrade-v1_8-themes.php

	public function finish() {
		// Clean up transient used to determine when updates are needed.
		delete_transient( 'pum_needs_1_8_theme_upgrades' );

		parent::finish(); // TODO: Change the autogenerated stub
	}

Top ↑

User Contributed Notes User Contributed Notes

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