Skip to content

mastodon_api_status_context_post_statuses

github-actions[bot] edited this page May 15, 2026 · 5 revisions

Auto-generated Example

add_filter(
    'mastodon_api_status_context_post_statuses',
    function (
        string $any,
        $context_post_id
    ) {
        // Your code here
        return $any;
    },
    10,
    2
);

Parameters

  • string $any
  • $context_post_id

Files

apply_filters( 'mastodon_api_status_context_post_statuses', 'any', $context_post_id )

Hooks

Clone this wiki locally