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



format_for_editor › WordPress Filter Hooks

Seit4.3.0
Veraltetn/v
apply_filters( 'format_for_editor', $text, $default_editor )
Parameter: (2)
  • () text The formatted text.
    Erforderlich: Ja
  • () default_editor The default editor for the current user. It is usually either 'html' or 'tinymce'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the text after it is formatted for the editor.





Quellcode

return apply_filters( 'format_for_editor', $text, $default_editor );