回答編集履歴
1
文字修正
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
シングルクォーテーションの中にシングルクォーテーションが入っているので、
|
2
|
-
エスケ
|
2
|
+
エスケープをするか、以下のように文字列繋げるのが良いでしょう。
|
3
3
|
|
4
4
|
```php
|
5
5
|
function report_shortcode( $atts, $content = null ) {
|