woocommerce_email

woocommerce_email

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_email') is found 1 times:

  • /includes/class-wc-emails.php line 230
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
        // Hook for replacing {site_title} in email-footer.
        add_filter( 'woocommerce_email_footer_text', array( $this, 'replace_placeholders' ) );
     
        // Let 3rd parties unhook the above via this hook.
        do_action( 'woocommerce_email', $this );
    }
     
    /**
     * Init email classes.
     */
    public function init() {