php 此功能将术语附加到帖子

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 此功能将术语附加到帖子相关的知识,希望对你有一定的参考价值。

attach_the_terms_to_a_post($post_id, $taxanomy_name, $combine_term_ids);

function attach_the_terms_to_a_post($post_id, $taxanomy_name, $combine_term_ids) {
    $combine_term_ids = array_map('intval', $combine_term_ids);
    $result = wp_set_object_terms($post_id, $combine_term_ids, $taxanomy_name);

    return $result;
}

以上是关于php 此功能将术语附加到帖子的主要内容,如果未能解决你的问题,请参考以下文章

将图像附加到 Wordpress XMLRPC 中的帖子

php 使用此功能将Gists嵌入到您的博客帖子中

php cpt同位素循环 - 将术语附加为过滤类

PHP wordpress - 从附加到帖子的图像自动创建Greybox图像集

如果用户在某个角色中,则将术语添加到用户的帖子中

php 活动门票加:WooCommerce购物车:在每个门票名称前加上适用的活动的帖子标题(如果附加到