jetpack_stats_extra, widget_view, top_posts
jetpack_stats_extra, widget_view, top_posts
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_stats_extra, widget_view, top_posts') is found 1 times:
- /modules/widgets/top-posts.php line 298
* @return void Echoes it's output */ public function widget( $args, $instance ) { /** This action is documented in modules/widgets/gravatar-profile.php */ do_action( 'jetpack_stats_extra', 'widget_view', 'top_posts' ); $instance = wp_parse_args( (array) $instance, static::defaults() ); $title = $instance['title'] ?? false; if ( false === $title ) { $title = $this->default_title;