Skip to content

mastodon_api_unreblog

github-actions[bot] edited this page Jul 24, 2026 · 28 revisions

Auto-generated Example

add_action(
    'mastodon_api_unreblog',
    function ( $post ) {
        // Your code here
    }
);

Parameters

  • $post

Files

do_action( 'mastodon_api_unreblog', $post )

Hooks

Clone this wiki locally