-
Notifications
You must be signed in to change notification settings - Fork 6
mastodon_api_new_app_post_formats
Alex Kirk edited this page Nov 25, 2024
·
11 revisions
add_filter(
'mastodon_api_new_app_post_formats',
function (
$post_formats,
$app_metadata
) {
// Your code here
return $post_formats;
},
10,
2
);
$post_formats
$app_metadata
apply_filters( 'mastodon_api_new_app_post_formats', $post_formats, $app_metadata )
apply_filters( 'mastodon_api_new_app_post_formats', $post_formats, $app_metadata )