441*442* @param string$output Shortcode output.443* @param string$tag Shortcode name.444* @param array$attr Shortcode attributes array, can be emptyif the original arguments string cannot be parsed.445* @param array$m Regular expression matcharray.446*/447returnapply_filters('do_shortcode_tag',$output,$tag,$attr,$m);448}449450/**451* Searches only inside HTML elements for shortcodes and process them.452*453* Any [or] characters remaining inside elements will be HTML encoded
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.