WP_Widget_Recent_Comments::flush_widget_cache() – Flushes the Recent Comments widget cache.

You appear to be a bot. Output may be restricted

Description

Flushes the Recent Comments widget cache.

Usage

WP_Widget_Recent_Comments::flush_widget_cache();

Parameters

Returns

void

Source

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

1 to 3 of 3
  public function flush_widget_cache() {
    _deprecated_function( __METHOD__, '4.4.0' );
  }
 

 View on GitHub View on Trac