wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



strip_shortcodes_tagnames › WordPress Filter Hooks

Da4.7.0
Deprecaton/a
apply_filters( 'strip_shortcodes_tagnames', $tags_to_remove, $content )
Parametri: (2)
  • (array) $tags_to_remove Array of shortcode tags to remove.
    Richiesto:
  • (string) $content Content shortcodes are being removed from.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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