ログイン
始める

Easy Digital Downloads ドキュメント

Easy Digital Downloads のドキュメント、参考資料、チュートリアル

edd_email_template

The edd_email_template filter allows you to force a specific email template to be used for all emails sent through Easy Digital Downloads.

function pw_edd_change_email_template() {
	add_filter( 'edd_email_template', 'pw_edd_set_email_template' );
}
add_action( 'edd_email_send_before', 'pw_edd_change_email_template' );
function pw_edd_set_email_template( $template_name ) {
	return 'blue';
}
この記事は役に立ちましたか?

今日から販売を開始しましょう!

50,000人以上のスマートなストアオーナーに参加して、WordPressでデジタル製品を販売する最も簡単な方法を使い始めましょう。

Copyright © 2025 Sandhills Development, LLC

[universally_switcher]