jetpack_widget_get_top_posts, $posts, $post_ids, $count
jetpack_widget_get_top_posts, $posts, $post_ids, $count
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_widget_get_top_posts, $posts, $post_ids, $count') is found 1 times:
- /modules/widgets/top-posts.php line 848
* @param array $posts Array of the most popular posts. * @param array $post_ids Array of Post IDs. * @param string $count Number of Top Posts we want to display. */ return apply_filters( 'jetpack_widget_get_top_posts', $posts, $post_ids, $count ); } } /** * Create a shortcode to display the widget anywhere. *