Creates a <!--comment-->
html tag.
comment($child);
Parameter | Required | Default |
---|---|---|
$child | no | false |
string
Usage:
echo comment('begin gallery');
Result:
<!-- begin gallery -->
Creates a <!--comment-->
html tag.
comment($child);
Parameter | Required | Default |
---|---|---|
$child | no | false |
string
Usage:
echo comment('begin gallery');
Result:
<!-- begin gallery -->