To detect the current language I found an example here : https://github.com/VaLeXaR/wp-multilang/blob/master/includes/class-wpm-taxonomies.php
So :
if(wpm_get_language() == ‘en’) { … }
The last problem that remains is the slug !
For the taxonomy, I found an example here : https://github.com/VaLeXaR/wp-multilang/blob/master/includes/class-wpm-taxonomies.php
So :
“taxonomies”: {
“jewelcat” : {},
“brand” : {},
“model” : {}
}
Hello,
I have the same problem, the plugin not work with the 4.8 WordPress’ version.
Will we see an upgrade of PHP Everywhere ?
Hello,
I’ve the same problem and I solved it with php :
<?= WP_FullCalendar::calendar($args); ?>