Skip to content

mc_create_tags

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

Execute action before tags are created.

Auto-generated Example

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

Parameters

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

Files

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

← All Hooks

Clone this wiki locally