do_shortcode_tag


do_shortcode_tag ( $m )

Access:
  • private
Parameters:
  • (array) m { Regular expression match array. @type string $0 Entire matched shortcode text. @type string $1 Optional second opening bracket for escaping shortcodes. @type string $2 Shortcode name. @type string $3 Shortcode arguments list. @type string $4 Optional self closing slash. @type string $5 Content of a shortcode when it wraps some content. @type string $6 Optional second closing bracket for escaping shortcodes. }
See:
Returns:
  • (string) Shortcode output.
Defined at:

Description

Regular Expression callable for do_shortcode() for calling shortcode hook.

Related Functions

do_shortcode, strip_shortcode_tag, add_shortcode, do_shortcodes_in_html_tags, shortcode_atts

Top Google Results

User discussions

wpseek mobile