BP_Core::setup_cache_groups()

Setup cache groups


Description Description


Source Source

File: bp-core/classes/class-bp-core.php

	public function setup_cache_groups() {

		// Global groups.
		wp_cache_add_global_groups( array(
			'bp'
		) );

		parent::setup_cache_groups();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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