ナビゲーションをスキップする

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 );
    

返答する

トピックからそれないようにし、他のユーザーを尊重してください。この投稿に関係のない問題についてサポートが必要な場合は、サポート フォーラムを使用してチャットを開始するか、チケットを送信してください。

これらのタグを使用できます:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>