-
Notifications
You must be signed in to change notification settings - Fork 4
the_title
github-actions[bot] edited this page Jun 14, 2026
·
1 revision
add_filter(
'the_title',
function(
$wp_unslash,
$post_ID
) {
// Your code here.
return $wp_unslash;
},
10,
2
);$wp_unslash$post_ID
apply_filters( 'the_title', wp_unslash( $thisposttitle ), $post_ID )