Skip to content

mastodon_api_conversation

github-actions[bot] edited this page Mar 26, 2026 · 12 revisions

Auto-generated Example

add_filter(
    'mastodon_api_conversation',
    function (
        $ret,
        $id
    ) {
        // Your code here
        return $ret;
    },
    10,
    2
);

Parameters

  • $ret
  • $id

Files

apply_filters( 'mastodon_api_conversation', null, $id )
apply_filters( 'mastodon_api_conversation', null, $id )

Hooks

Clone this wiki locally