@kinosang
/**
* 黑客派同步到博客
* 指定参数 hacpai-api = sync-comment
*/
function sync_comment()
{
if ($_GET['hacpai-api'] === 'sync-comment') {
// do something
}
这里有没有方法去指定 URL 为指定接口?我这是直接获取 GET 请求的参数去判断 <?=get_bloginfo('url');?>/?hacpai-api=sync-comment
感觉这样会影响效率。