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



force_filtered_html_on_import › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( 'force_filtered_html_on_import', false )
Parameter:
  • (bool) $force Whether to force data to be filtered through kses. Default false.
    Erforderlich: Ja
Definiert in:
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.





Quellcode

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