woocommerce_email_footer, null

woocommerce_email_footer, null

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_email_footer, null') is found 1 times:

  • /includes/class-wc-emails.php line 477
    		 *
    		 * @since 3.0.0
    		 * @param null $null Unused.
    		 */
    		do_action( 'woocommerce_email_footer', null );
    
    		return ob_get_clean();
    	}
    
    	/**
    	 * Send the email.