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

Filters the post title.


Parameters

$post_title

The post title.

$post_id

The post ID.


Source

File: wp-includes/post-template.php

View on GitHub



Changelog

Changelog
Version Description
0.71 Introduced.