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



strip_shortcodes_tagnames › Les Filtres WordPress

Depuis4.7.0
Dépréciéen/a
apply_filters( 'strip_shortcodes_tagnames', $tags_to_remove, $content )
Paramètres: (2)
  • (array) $tags_to_remove Array of shortcode tags to remove.
    Requis: Oui
  • (string) $content Content shortcodes are being removed from.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the list of shortcode tags to remove from the content.





Source

$tags_to_remove = apply_filters( 'strip_shortcodes_tagnames', $tags_to_remove, $content );