Skip to content

mc_tags_created

github-actions[bot] edited this page Jun 3, 2026 · 4 revisions

Execute action when tags are created.

Auto-generated Example

add_action(
   'mc_tags_created',
    function(
        object $object,
        string $context
    ) {
        // Your code here.
    },
    10,
    2
);

Parameters

  • object $object Event object.
  • string $context Current execution context.

Files

do_action( 'mc_tags_created', $event, $context )

← All Hooks

Clone this wiki locally