コード例 #1
0
ファイル: markup.php プロジェクト: bulini/sendit
function sendit_subscription()
{
    $sendit = new Actions();
    $sendit->NewSubscriber();
    wp_die();
    // this is required to terminate immediately and return a proper response
}
コード例 #2
0
ファイル: submit.php プロジェクト: tammia/sendit
<?php

include "../../../wp-blog-header.php";
require_once 'libs/actions.php';
$sendit = new Actions();
$sendit->NewSubscriber();