Appearance
wpce_edit_screen
Fires just before outputting the WPCE editor for a post in the admin area.
WP_Post $post
The post being edited.
add_action('wpce_edit_screen', function (WP_Post $post) { // ... });
wpce_editor_setup