BP_Blogs_Component::setup_cache_groups()

Setup cache groups


Description Description


Source Source

File: bp-blogs/classes/class-bp-blogs-component.php

	public function setup_cache_groups() {

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

		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.