the_title - joedolson/my-calendar GitHub Wiki
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'] )