wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



strip_shortcodes_tagnames › Filtr WordPress Hooks

Od4.7.0
Przestarzałyn/a
apply_filters( 'strip_shortcodes_tagnames', $tags_to_remove, $content )
Parametry: (2)
  • (array) $tags_to_remove Array of shortcode tags to remove.
    Wymagane: Tak
  • (string) $content Content shortcodes are being removed from.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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