Cannot redeclare is_rtl
-
Help me out guys. I am working on Events Calendar plugin and I am getting an error with 3.0 and can’t figure it out. It has to do with trying to instantiate the WP_Locale.
I was using
$wp_locale = new WP_Locale()
and getting this error.I tried using $wp_locale global but then I am getting error of it being a non-object when calling
$wp_locale->get_weekday(0);
Help me out.
- The topic ‘Cannot redeclare is_rtl’ is closed to new replies.