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



wp_default_editor › WordPress Filter Hooks

Seit2.5.0
Veraltetn/v
apply_filters( 'wp_default_editor', $r )
Parameter:
  • (string) $r Which editor should be displayed by default. Either 'tinymce', 'html', or 'test'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters which editor should be displayed by default.





Quellcode

return apply_filters( 'wp_default_editor', $r );