I hope someone can help me with this issue
.png
This is a real estate plugin and it has a category for the Listing type
.png
How I can make this slug to show in the list with Arabic words. I have inspected the code and it was like this.
.png
$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>
I hope someone can help me with this issue
.png
This is a real estate plugin and it has a category for the Listing type
.png
How I can make this slug to show in the list with Arabic words. I have inspected the code and it was like this.
.png