Skip to content

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#.

Auto-generated Example

add_filter(
   'wpt_twitter_category_names',
    function( array $cats ) {
        // Your code here.
        return $cats;
    }
);

Parameters

  • array $cats Array of category names attached to this status update.

Returns

array

Files

apply_filters( 'wpt_twitter_category_names', $cats )

← All Hooks

Clone this wiki locally