דלג על ניווט

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>