do_shortcode_tag

do_shortcode_tag

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('do_shortcode_tag') is found 1 times:

  • /wp-includes/shortcodes.php line 447
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
         * @param string $tag    Shortcode name.
         * @param array  $attr   Shortcode attributes array, can be empty if the original arguments string cannot be parsed.
         * @param array  $m      Regular expression match array.
         */
        return apply_filters( 'do_shortcode_tag', $output, $tag, $attr, $m );
    }
     
    /**
     * Searches only inside HTML elements for shortcodes and process them.
     *
     * Any [ or ] characters remaining inside elements will be HTML encoded

See this hook used in plugins: