• Resolved alttextai

    (@alttextai)


    When outputting HTML (e.g. doing a var_dump of post content retrieved from the WP database), the Output window is showing the actual rendered HTML instead of the html code as a string. It would be much better to always show plain strings, not formatted HTML. E.g. always wrap in a <pre> element or something.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Edi Amin

    (@ediamin)

    @alttextai Thank you for reporting this issue. I’ve pushed a fix and released version 2.5.1 of the plugin. Please update the plugin and let me know if the issue is resolved.

    You can also use the _dump() helper function instead of var_dump().

    Thread Starter alttextai

    (@alttextai)

    The fix works. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.