wpseek.com
A WordPress-centric search engine for devs and theme authors



do_shortcode_tag › WordPress Filter Hooks

Since4.7.0
Deprecatedn/a
apply_filters( 'do_shortcode_tag', $output, $tag, $attr, $m )
Parameters: (4)
  • (string) $output Shortcode output.
    Required: Yes
  • (string) $tag Shortcode name.
    Required: Yes
  • (array|string) $attr Shortcode attributes array or the original arguments string if it cannot be parsed.
    Required: Yes
  • (array) $m Regular expression match array.
    Required: Yes
Defined at:
Codex:

Filters the output created by a shortcode callback.





Source

return apply_filters( 'do_shortcode_tag', $output, $tag, $attr, $m );