Access hebrew query string value
-
Hello,
I am trying to customize the url using rewrite rule in wordPress.
Rewrite rule working fine if the url contains only the English character but when i am adding Hebrew value it not giving the parameter value.I am accessing the url parameter value using
global $wp_query; $category_name_data = $wp_query->query_vars['category_id'];if i print this $category_name_data veritable its adds character like
-%D7%91%D7%A8%D7%96 insted of Hebrew word.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Access hebrew query string value’ is closed to new replies.