Skip to content

the_title

github-actions[bot] edited this page Jun 9, 2026 · 5 revisions

Auto-generated Example

add_filter(
   'the_title',
    function(
        $title,
        $post
    ) {
        // Your code here.
        return $title;
    },
    10,
    2
);

Parameters

  • $title
  • $post

Files

apply_filters( 'the_title', $event['title'], $event['post'] )
apply_filters( 'the_title', $event['title'], $event['post'] )

← All Hooks

Clone this wiki locally