Translation loading too e
-
Plugin produces errors: Translation loading for the
ics-calendardomain was triggered too early.
The add_action as below has very large NEGATIVE priority.
As far as I know, you cannot load translations before WP has init itself first?(-) add_action(‘init’, ‘r34ics_load_plugin_textdomain’, 1 – PHP_INT_MAX);
(+) add_action(‘init’, ‘r34ics_load_plugin_textdomain’, 10);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Translation loading too e’ is closed to new replies.