Skip to content

mastodon_api_account_id

github-actions[bot] edited this page Oct 22, 2025 · 1 revision

Auto-generated Example

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

Parameters

  • $ret
  • $in_reply_to_id

Files

apply_filters( 'mastodon_api_account_id', null, $status->in_reply_to_id )

Hooks

Clone this wiki locally