apply_filters( 'the_title', string $post_title, int $post_id )

Filters the post title.


Parameters

$post_title

(string) The post title.

$post_id

(int) The post ID.


Source

File: wp-includes/post-template.php

View on GitHub



Changelog

Changelog
Version Description
0.71 Introduced.