php 以特定语言发帖

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 以特定语言发帖相关的知识,希望对你有一定的参考价值。

wp_reset_query();

global $sitepress;
$sitepress->switch_lang($site_lang);
$current_lang = $sitepress->get_current_language();

// Get the current product id by old_id meta_data
$args = array(
    'meta_key' => 'old_id',
    'meta_value' => $post['id'],
    'post_type' => 'product',
    'post_status' => 'any',
    'posts_per_page' => 1,
    'suppress_filters' => false
);
$product = get_posts($args);

以上是关于php 以特定语言发帖的主要内容,如果未能解决你的问题,请参考以下文章

php 自动登录网站并发帖功能怎么实现,有源码分享就更好了,谢谢了

Facebook publish_action 权限不适用于发帖

从 cURL 发帖:HTTP_X_REQUESTED_WITH

博主使用php发帖

xTiNt 论坛发帖辅助软件 1.0 绿色版

PHP Regex 在字符串中插入特定字符串以打印 code128 条形码