Navigation überspringen

Waiting for author

Reported for: WPML Multilingual CMS 4.6.14

Topic Tags: Compatibility

Overview of the issue

The translation strings for The Events Calendar plugin fail to load in WordPress 6.7. This issue arises due to changes in the core WordPress load_plugin_textdomain function.

Workaround

Please, make sure of having a full site backup of your site before proceeding.

Part I

  • Open …/wp-content/plugins/the-events-calendar/src/Tribe/I18n.php file.
  • Look for line 284.
  • Replace:
    			unload_textdomain( $domain );
    
  • With:
    			unload_textdomain( $domain, true );
    

Part II

  • In the same file look for line 342.
  • Replace:
    			unload_textdomain( $domain );
    
  • With:
    			unload_textdomain( $domain, true );
    

Eine Antwort hinterlassen

Bitte bleiben Sie beim Thema und verhalten Sie sich anderen gegenüber respektvoll. Wenn Sie Hilfe bei Problemen benötigen, die nicht mit diesem Beitrag zusammenhängen, nutzen Sie unser Support-Forum, um einen Chat zu starten oder ein Ticket einzureichen.

Sie können diese Tags verwenden:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>