• Plugin produces errors: Translation loading for the ics-calendar domain 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)
  • I did some testing and it looks like this call is no longer needed at all. (It’s not supposed to be necessary, and using it is discouraged, but there were some problems with translations in the plugin not working in WP 6.7 without it.) I’ve removed it in the update I just released (11.5.14.3).

Viewing 1 replies (of 1 total)

The topic ‘Translation loading too e’ is closed to new replies.