We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add_filter( 'mastodon_api_new_post_format', function ( $app_post_formats ) { // Your code here return $app_post_formats; } );
$app_post_formats
apply_filters( 'mastodon_api_new_post_format', $app_post_formats[0] )
Hooks