testimonial-entry-post-class, implode( , $class
testimonial-entry-post-class, implode( , $class
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('testimonial-entry-post-class, implode( , $class') is found 1 times:
- /jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types/class-jetpack-testimonial.php line 903
* @param int $testimonial_index_number iterator count the number of columns up starting from 0. * @param int $columns number of columns to display the content in. * @param boolean $image has a thumbnail or not. */ return apply_filters( 'testimonial-entry-post-class', implode( ' ', $class ), $testimonial_index_number, $columns, $image ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores } /** * Display the featured image if it's available * * @param int $post_id Post ID.