WP_Feed_Cache_Transient::unlink(): true

In this article

Deletes transients.

Return

true Always true.

Source

public function unlink() {
	delete_transient( $this->name );
	delete_transient( $this->mod_name );
	return true;
}

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

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