woocommerce_email_editor_initialized
Usage
add_action( 'woocommerce_email_editor_initialized', 'wp_kama_woocommerce_email_editor_initialized_action' );
/**
* Function for `woocommerce_email_editor_initialized` action-hook.
*
* @return void
*/
function wp_kama_woocommerce_email_editor_initialized_action(){
// action...
}Where the hook is called
woocommerce_email_editor_initialized
woocommerce/packages/email-editor/src/Engine/class-email-editor.php 107
do_action( 'woocommerce_email_editor_initialized' );