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

Filters the post title.


Parameters

$title

The post title.

$id

The post ID.


Source

File: wp-includes/post-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-0.71 Introduced.