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