We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add_filter( 'mastodon_api_status_context_post_statuses', function ( string $any, $context_post_id ) { // Your code here return $any; }, 10, 2 );
string
$any
$context_post_id
apply_filters( 'mastodon_api_status_context_post_statuses', 'any', $context_post_id )
Hooks
There was an error while loading. Please reload this page.