Warning: This method has been deprecated. Fragment caching was removed in favor of split queries instead.

WP_Widget_Recent_Comments::flush_widget_cache()

Flushes the Recent Comments widget cache.


Description Description


Source Source

File: wp-includes/widgets/class-wp-widget-recent-comments.php

	public function flush_widget_cache() {
		_deprecated_function( __METHOD__, '4.4.0' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Fragment caching was removed in favor of split queries.
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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