jetpack_widget_get_top_posts, $posts, $post_ids, $count

jetpack_widget_get_top_posts, $posts, $post_ids, $count

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_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.
     *