woocommerce_email_settings_after

woocommerce_email_settings_after

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_email_settings_after') is found 1 times:

  • /includes/emails/class-wc-email.php line 1000
    		 * Action hook fired after displaying email settings.
    		 *
    		 * @param string $email The email object
    		 */
    		do_action( 'woocommerce_email_settings_after', $this );
    		?>
    
    		<?php
    
    		if ( current_user_can( 'edit_themes' ) && ( ! empty( $this->template_html ) || ! empty( $this->template_plain ) ) ) {
    			?>