wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



do_shortcode_tag › Les Filtres WordPress

Depuis4.7.0
Dépréciéen/a
apply_filters( 'do_shortcode_tag', $output, $tag, $attr, $m )
Paramètres: (4)
  • (string) $output Shortcode output.
    Requis: Oui
  • (string) $tag Shortcode name.
    Requis: Oui
  • (array|string) $attr Shortcode attributes array or the original arguments string if it cannot be parsed.
    Requis: Oui
  • (array) $m Regular expression match array.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the output created by a shortcode callback.





Source

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