Skip to content

mastodon_api_react

Alex Kirk edited this page Nov 25, 2024 · 10 revisions

2764 = heart

Auto-generated Example

add_action(
    'mastodon_api_react',
    function (
        $post_id,
        string $2b50
    ) {
        // Your code here
    },
    10,
    2
);

Parameters

  • $post_id
  • string $2b50

Files

do_action( 'mastodon_api_react', $post_id, '2b50' )

Hooks

Clone this wiki locally