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



strip_shortcodes_tagnames › WordPress Filter Hooks

Seit4.7.0
Veraltetn/v
apply_filters( 'strip_shortcodes_tagnames', $tags_to_remove, $content )
Parameter: (2)
  • (array) $tags_to_remove Array of shortcode tags to remove.
    Erforderlich: Ja
  • (string) $content Content shortcodes are being removed from.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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