Skip to content

mc_twitter_text

github-actions[bot] edited this page Jun 3, 2026 · 4 revisions

Auto-generated Example

add_filter(
   'mc_twitter_text',
    function(
        string $value,
        $data
    ) {
        // Your code here.
        return $value;
    },
    10,
    2
);

Parameters

  • string $value
  • $data

Files

apply_filters( 'mc_twitter_text', '', $data )

← All Hooks

Clone this wiki locally