WP_Widget_Recent_Comments::flush_widget_cache
Deprecated since 4.4.0 Fragment caching was removed in favor of split queries.. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.
Flushes the Recent Comments widget cache.
Method of the class: WP_Widget_Recent_Comments{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WP_Widget_Recent_Comments = new WP_Widget_Recent_Comments(); $WP_Widget_Recent_Comments->flush_widget_cache();
Changelog
| Since 2.8.0 | Introduced. |
| Deprecated since 4.4.0 | Fragment caching was removed in favor of split queries. |
WP_Widget_Recent_Comments::flush_widget_cache() WP Widget Recent Comments::flush widget cache code WP 6.9.1
public function flush_widget_cache() {
_deprecated_function( __METHOD__, '4.4.0' );
}