Recent

the_bsearch_post_thumbnailfunction

the_bsearch_post_thumbnail()

Display the Better Search Post Thumbnail.

Since: 3.0.0
Source: includes/general-template.php line 776

Changelog

Version Description
3.3.0 Removed $echo parameter. This function will always display the thumbnail.
3.0.0 Introduced.

Signature

function the_bsearch_post_thumbnail( $size = ..., $args = ... );

Parameters

Type Name Description
string|int[] $size Optional. Image size. Accepts any registered image size name, or an array of
string|array $args {