-
Notifications
You must be signed in to change notification settings - Fork 9
mastodon_api_status_source
github-actions[bot] edited this page Jul 24, 2026
·
20 revisions
Get the status source data.
add_filter(
'mastodon_api_status_source',
function (
Enable_Mastodon_Apps\Entity\Status_Source $status_source = null,
int $source_id
) {
// Your code here
return $status_source;
},
10,
2
);-
Enable_Mastodon_Apps\Entity\Status_Source|null$status_sourceThe status source data. -
int$source_idThe status ID.
Enable_Mastodon_Apps\Entity\Status_Source|null The status source data.
apply_filters( 'mastodon_api_status_source', null, $source_id )