Allows replacement of the editor.
Parameters
$replacebool- Whether to replace the editor. Default false.
$postWP_Post- Post object.
Source
if ( true === apply_filters( 'replace_editor', false, $post ) ) {
Changelog
| Version | Description |
|---|---|
| 4.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.