woocommerce_copy_email_template, $template_type, $this
woocommerce_copy_email_template, $template_type, $this
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_copy_email_template, $template_type, $this') is found 1 times:
- /includes/emails/class-wc-email.php line 1486
* * @param string $template_type The copied template type * @param string $email The email object */ do_action( 'woocommerce_copy_email_template', $template_type, $this ); wc_clear_template_cache(); ?> <div class="updated"> <p><?php echo esc_html__( 'Template file copied to theme.', 'woocommerce' ); ?></p> </div>