Appearance
wpce_setup
Fires after a WPCE instance has been initialized.
WPCE
WARNING
This hook does not fire directly after the instance is created, but as part of the init hook.
init
WPCE $wpce
The WPCE instance.
add_action('wpce_setup', function (WPCE $wpce) { // ... });
wpce_editor_setup