wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



do_shortcode_tag › WordPress Filter Hooks

Seit4.7.0
Veraltetn/v
apply_filters( 'do_shortcode_tag', $output, $tag, $attr, $m )
Parameter: (4)
  • (string) $output Shortcode output.
    Erforderlich: Ja
  • (string) $tag Shortcode name.
    Erforderlich: Ja
  • (array|string) $attr Shortcode attributes array or the original arguments string if it cannot be parsed.
    Erforderlich: Ja
  • (array) $m Regular expression match array.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the output created by a shortcode callback.





Quellcode

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