jetpack_testimonial_thumbnail_size, thumbnail
jetpack_testimonial_thumbnail_size, thumbnail
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_testimonial_thumbnail_size, thumbnail') is found 1 times:
- /jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types/class-jetpack-testimonial.php line 924
Warning: Undefined array key 929 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @since 3.4.0 * * @param string|array $var Either a registered size keyword or size array. */ return '<a class="testimonial-featured-image" href="' . esc_url( get_permalink( $post_id ) ) . '">' . get_the_post_thumbnail( $post_id, apply_filters( 'jetpack_testimonial_thumbnail_size', 'thumbnail' ) ) . '</a>'; } } } }