-
Notifications
You must be signed in to change notification settings - Fork 4
wpt_tweet_sentence
github-actions[bot] edited this page Jun 14, 2026
·
1 revision
Filter a template prior to parsing tags.
add_filter(
'wpt_tweet_sentence',
function(
string $update,
int $post_ID
) {
// Your code here.
return $update;
},
10,
2
);-
string$updateTemplate for this status update. -
int$post_IDPost ID.
string
apply_filters( 'wpt_tweet_sentence', $update, $post_ID )