woocommerce_email_editor_initialized
Использование
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... }
Где вызывается хук
woocommerce_email_editor_initialized
woocommerce/packages/email-editor/src/Engine/class-email-editor.php 99
do_action( 'woocommerce_email_editor_initialized' );