mtekk / Breadcrumb-NavXT

The longest maintained Breadcrumb plugin for WordPress
https://mtekk.us/code/breadcrumb-navxt
51 stars 25 forks source link

Add JSON_UNESCAPED_UNICODE to json_encode #288

Closed mtekk closed 1 year ago

mtekk commented 1 year ago

To make the display_json_ld functions output more readable text, we should add the JSON_UNESCAPED_UNICODE option to the call to json_encode.