{ // call for a term slug or id wp_set_object_terms( $post_id, 'foo', 'post_tag' ); wp_set_object_terms( $post_id, 'bar', 'post_tag' ); }
確定! 回上一頁