PUM_Abstract_Upgrade_Posts::delete_post_ids()

Deletes the stored data for this process.


Description Description


Source Source

File: classes/Abstract/Upgrade/Posts.php

	protected function delete_post_ids() {
		$this->post_ids = false;
		PUM_DataStorage::delete( "{$this->batch_id}_post_ids" );
	}

Top ↑

User Contributed Notes User Contributed Notes

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