示例#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();