質問編集履歴
1
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
return '';
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
add_shortcode('
|
|
19
|
+
add_shortcode('pc', 'contents_for_pc');
|
|
20
|
-
add_shortcode('
|
|
20
|
+
add_shortcode('sp', 'contents_for_sp');
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
固定ページ
|