コード例 #1
0
ファイル: siw-email.php プロジェクト: siwvolunteers/siw
function siw_update_all_mail_templates()
{
    //vfb templates
    siw_update_vfb_mail_template('evs');
    siw_update_vfb_mail_template('op_maat');
    siw_update_vfb_mail_template('community_day');
    //cf7 templates
    siw_update_cf7_mail_template('algemeen');
    siw_update_cf7_mail_template('project');
    siw_update_cf7_mail_template('begeleider');
    //mailpoet bevestiging
    siw_update_mailpoet_mail_template();
}
コード例 #2
0
ファイル: siw-options.php プロジェクト: siwvolunteers/siw
function siw_update_email_template_community_day($old_value, $value)
{
    siw_update_vfb_mail_template('community_day');
}