質問編集履歴

3

質問のタイトルを修正

2021/02/07 02:48

投稿

d-xanthus
d-xanthus

スコア56

test CHANGED
@@ -1 +1 @@
1
- forreachで取得した配列を結合したい(最終重複を排除するため)
1
+ foreachで取得した配列を結合したい(最終重複を排除するため)
test CHANGED
File without changes

2

追加修正です

2021/02/07 02:48

投稿

d-xanthus
d-xanthus

スコア56

test CHANGED
File without changes
test CHANGED
@@ -80,7 +80,7 @@
80
80
 
81
81
 
82
82
 
83
- $ch_arraylist = [];
83
+ $ch_arrayterm = [];
84
84
 
85
85
  foreach ( $get_child_tags as $ch_tag ) {
86
86
 

1

一部変数名が間違えておりましたので修正しました。

2021/02/07 02:30

投稿

d-xanthus
d-xanthus

スコア56

test CHANGED
File without changes
test CHANGED
@@ -76,7 +76,7 @@
76
76
 
77
77
  // 現在のタームに属する投稿で利用しているタグのオブジェクトを取得 //カスタムタクソノミー(タグ)doctor-tag
78
78
 
79
- $taxonomy_name = wp_get_object_terms( $post_ids, 'doctor-tag' );
79
+ $get_child_tags = wp_get_object_terms( $post_ids, 'doctor-tag' );
80
80
 
81
81
 
82
82