apply_filters( 'the_editor_content', string $content, string $default_editor )

Filters the default editor content.


Description Description


Parameters Parameters

$content

(string) Default editor content.

$default_editor

(string) The default editor for the current user. Either 'html' or 'tinymce'.


Top ↑

Source Source

File: wp-includes/class-wp-editor.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.