• When I activate the option “Include all of the users Roles”, the user roles are exported in the form:
    {"0":"group1"}
    {"0":"group1","1":"group2"}

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

    (@qlstudio)

    Wordpress requires that all plugins in the repo fully escape any data echoed to html, which means that we have bene forced to escape the data that is rendered to csv and Excel files, in order to use this data you would have to pass it via a function that reverses the encoding, for example html_entity_decode()

    Plugin Author qstudio

    (@qlstudio)

    the data is also exported as a JSON encoded string – in the case of array data, like user roles.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Export of users roles includes quot-tags’ is closed to new replies.