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