-
Notifications
You must be signed in to change notification settings - Fork 6
mastodon_api_new_post_format
Alex Kirk edited this page Nov 25, 2024
·
12 revisions
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] )
apply_filters( 'mastodon_api_new_post_format', $app_post_formats[0] )