• Resolved Imagemartincomputerguy

    (@martincomputerguy)


    I see that the html code generated by Shortcoder begins with:

    <!– Start Shortcoder content –>

    and ends with:

    <!– End Shortcoder content –>

    While these html comments might be useful when developing or testing, I find them unnecessary clutter after I’m done testing.

    How can I remove these comments from the html code that Shortcoder generates?

Viewing 1 replies (of 1 total)
  • Plugin Author Imagevaakash

    (@vaakash)

    @martincomputerguy those tags help me identify the shortcode content when users report issue.

    Without this it would be difficult for me to identify what is the actual content and Shortcode content.

    These are not unnecessary clutter, almost all the plugins add these kind of comment tags which is why we have these tags for.
    And no regular user looks at source code to check how beautiful the HTML formatting is.

    You can always open shortcoder.php file and remove the texts.
    I can have a filter for the shortcoder content so that you can programatically
    remove that comment filter, but that is unnecessary over head on the server.

    Thanks,
    Aakash

Viewing 1 replies (of 1 total)

The topic ‘How suppress “Start Shortcoder content” and “End Shortcoder content” comments?’ is closed to new replies.