woocommerce_copy_email_template, $template_type, $this

woocommerce_copy_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_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>