We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Filters whether another plugin owns following behavior.
add_filter( 'mastodon_api_has_following_integration', function ( bool $has_integration ) { // Your code here return $has_integration; } );
bool
$has_integration
apply_filters( 'mastodon_api_has_following_integration', $has_integration )
Hooks
There was an error while loading. Please reload this page.