質問編集履歴

1

コードが足りませんでした

2017/11/22 08:20

投稿

drunkdoll
drunkdoll

スコア128

test CHANGED
File without changes
test CHANGED
@@ -26,4 +26,6 @@
26
26
 
27
27
  }
28
28
 
29
+ add_filter( 'posts_search', 'custom_search' );
30
+
29
31
  ```