Skip to content

mastodon_api_has_following_integration

github-actions[bot] edited this page Jul 24, 2026 · 1 revision

Filters whether another plugin owns following behavior.

Auto-generated Example

add_filter(
    'mastodon_api_has_following_integration',
    function ( bool $has_integration ) {
        // Your code here
        return $has_integration;
    }
);

Parameters

  • bool $has_integration Whether another plugin owns following behavior.

Files

apply_filters( 'mastodon_api_has_following_integration', $has_integration )

Hooks

Clone this wiki locally