WP_Widget_Recent_Comments::flush_widget_cache() In this article Table of ContentsSource Related Changelog ↑ Back to top 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' ); } View all references View on Trac View on GitHub Related UsesDescription_deprecated_function()wp-includes/functions.phpMarks a function as deprecated and inform when it has been used. Changelog VersionDescription4.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.
User Contributed Notes
You must log in before being able to contribute a note or feedback.