質問編集履歴
2
タグの変更
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
不要なコードの削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -43,7 +43,5 @@
|
|
43
43
|
*/
|
44
44
|
$content = apply_filters('the_content', $content);
|
45
45
|
$content = str_replace(']]>', ']]>', $content);
|
46
|
-
var_dump($content);
|
47
|
-
echo $content;
|
48
46
|
}
|
49
47
|
```
|