apply_filters( 'replace_editor', boolean , object $post )
Allows replacement of the editor.
Parameters
-
Whether to replace the editor. Default false.
- $post
-
Post object.
Source
File: wp-admin/post.php
Changelog
Version | Description |
---|---|
WP-4.9.0 | Introduced. |