Appearance
wpce_editor_styles
Allows to enqueue additional stylesheets for styling the WPCE editor.
This hook does not have any parameters.
add_action('wpce_editor_styles', function () { wp_enqueue_style('my-editor-styles', 'my-css-file.css'); });
wpce_editor_setup
wpce_edit_screen