apply_filters( 'the_title', string $title, int $id )

Filters the post title.


Parameters

$title

(string) The post title.

$id

(int) The post ID.


Source

File: wp-includes/post-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-0.71 Introduced.