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

Filters the post title.


Description Description


Parameters Parameters

$title

(string) The post title.

$id

(int) The post ID.


Top ↑

Source Source

File: wp-includes/post-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
0.71 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.