Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

HTML entities are not decoded #1227

@axettone

Description

@axettone

I'll suggest to evaluate a decoding of html entities. E.g. I have a category in Wordpress whose name is "> something". The '>' char is stored on the db by Wordpress as '>' and when I query the plugin, I still get '>'. However JSON is not HTML, and probably the use of HTML entities is not good. I suggest to use html_entity_decode() on category names, slugs and so on.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions