-
Notifications
You must be signed in to change notification settings - Fork 4
wpt_twitter_category_names
github-actions[bot] edited this page Jun 14, 2026
·
1 revision
Filter the space separated list of category names in #cats#.
add_filter(
'wpt_twitter_category_names',
function( array $cats ) {
// Your code here.
return $cats;
}
);-
array$catsArray of category names attached to this status update.
array
apply_filters( 'wpt_twitter_category_names', $cats )