woocommerce_delete_email_template, $template_type, $this

woocommerce_delete_email_template, $template_type, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_delete_email_template, $template_type, $this') is found 1 times:

  • /includes/emails/class-wc-email.php line 1519
    					 *
    					 * @param string $template The deleted template type
    					 * @param string $email The email object
    					 */
    					do_action( 'woocommerce_delete_email_template', $template_type, $this );
    
    					wc_clear_template_cache();
    					?>
    					<div class="updated">
    						<p><?php echo esc_html__( 'Template file deleted from theme.', 'woocommerce' ); ?></p>
    					</div>