mastodon_api_status - akirk/friends GitHub Wiki
Auto-generated Example
add_filter(
'mastodon_api_status',
function(
$ret,
$ID
) {
// Your code here.
return $ret;
},
10,
2
);
Parameters
$ret$IDOther variable names:$post_id
Files
apply_filters( 'mastodon_api_status', null, $last_status->ID )
apply_filters( 'mastodon_api_status', null, $post_id )