LLMS_Abstract_User_Data::get_cache_group()

Retrieve the group name used by cache functions


Return Return

(string)


Top ↑

Source Source

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

	protected function get_cache_group() {
		return sprintf( 'llms_user_%d', $this->get( 'id' ) );
	}


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.