jetpack_top_posts_item_title

jetpack_top_posts_item_title

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.9

apply_filters('jetpack_top_posts_item_title') is found 1 times:

  • /_inc/lib/class-jetpack-top-posts-helper.php line 137
    				 *
    				 * @param string $post_title Post title.
    				 * @param array  $top_post   Information about the post.
    				 */
    				$top_post['title'] = apply_filters( 'jetpack_top_posts_item_title', $top_post['title'], $top_post );
    
    				$top_posts[] = $top_post;
    			}
    		}
    
    		// This applies for rendering the block front-end, but not for editing it.