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.5.2

do_action('do_shortcode_tag') is found 1 times:

  • /wp-includes/shortcodes.php line 445
    	 * @param string       $tag    Shortcode name.
    	 * @param array|string $attr   Shortcode attributes array or the original arguments string if it 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: