Skip to content

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

Auto-generated Example

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

Parameters

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

Returns

array

Files

apply_filters( 'wpt_twitter_category_descs', $cat_descs )

← All Hooks

Clone this wiki locally