bradyvercher / gistpress

WordPress plugin to add Gist oEmbed and shortcode support with caching.
GNU General Public License v2.0
143 stars 28 forks source link

Temporarily suspend PHP Warnings on invalid tags #82

Open salcode opened 10 months ago

salcode commented 10 months ago

Temporarily suspend PHP Warnings on invalid tags when processing Gist HTML by setting the libxml_use_internal_errors() value to true.

The original value for libxml_use_internal_errors() is restored when the processing is complete.

props @Dan0sz

See #80

Resolves #81

Types of changes

Checklist: