回答編集履歴
1
コードの間違い修正
answer
CHANGED
@@ -4,6 +4,6 @@
|
|
4
4
|
add_action('tha_header_top', 'teratail243449_taizang');
|
5
5
|
function teratail243449_taizang()
|
6
6
|
{
|
7
|
-
echo do_shortcode('[metaslider id="115"]')
|
7
|
+
echo do_shortcode('[metaslider id="115"]');
|
8
8
|
}
|
9
9
|
```
|