コード例 #1
0
ファイル: sendit-confirmation.php プロジェクト: bulini/sendit
<?php

get_header();
$sendit = new Actions();
$sendit->ConfirmSubscriber();
get_footer();