LLMS_Abstract_User_Data::cache_delete( string $key )

Delete an item from the cache


Parameters Parameters

$key

(string) (Required) cache key


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: includes/abstracts/llms.abstract.user.data.php

	protected function cache_delete( $key ) {
		return wp_cache_delete( $key, $this->get_cache_group() );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.17.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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