jetpack_top_posts_widget_image_options, $get_image_options
jetpack_top_posts_widget_image_options, $get_image_options
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_top_posts_widget_image_options, $get_image_options') is found 1 times:
- /modules/widgets/top-posts.php line 373
* @type mixed $width Image width, not set by default and $avatar_size is used instead. * @type mixed $height Image height, not set by default and $avatar_size is used instead. * } */ $get_image_options = apply_filters( 'jetpack_top_posts_widget_image_options', $get_image_options ); } if ( function_exists( 'wpl_get_blogs_most_liked_posts' ) && 'likes' === $ordering ) { $posts = $this->get_by_likes( $count, $types ); } else { $posts = $this->get_by_views( $count, $args, $types );