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



force_filtered_html_on_import › Filtr WordPress Hooks

Od3.1.0
Przestarzałyn/a
apply_filters( 'force_filtered_html_on_import', false )
Parametry:
  • (bool) $force Whether to force data to be filtered through kses. Default false.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether to filter imported data through kses on import.

Multisite uses this hook to filter all data through kses by default, as a super administrator may be assisting an untrusted user.





Źródło

if ( apply_filters( 'force_filtered_html_on_import', false ) ) {