WP_Widget_Recent_Comments::flush_widget_cache()

In this article

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

Flushes the Recent Comments widget cache.

Source

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

Changelog

VersionDescription
4.4.0Fragment caching was removed in favor of split queries.
2.8.0Introduced.

User Contributed Notes

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