Appearance
wpce_before_edit_screen
Filters the the post that is being edited in a WPCE edit screen.
WP_Post $post
The post that is being edited.
add_filter('wpce_before_edit_screen', function (WP_Post $post) { // ... return $post; });
wpce_edit_screen_error