2016-10-06 10 views
0

バックオフィスを使用していない記事にタグを追加することは可能でしょうか?PHPでタグを挿入する[Wordpress]

返信いただきありがとうございます。

$post_ID 
    (integer) (required) Post ID. 

     Default: 0 

$tags 
    (string,array) (optional) List of tags. Can be an array or a comma separated string. 

     Default: array 

$append 
    (boolean) (optional) If true, tags will be appended to the post. If false, tags will replace existing tags. 

     Default: false 

次回、使用は自分をグーグル:

答えて

0
wp_set_post_tags($post_ID, $tags, $append) 

。 ;)

関連する問題