Allows replacement of the editor.
Parameters
$replace
bool- Whether to replace the editor. Default false.
$post
WP_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.