- 상태
- 개발자 대기 중
- 관련 플러그인/테마
- Give - Donation Plugin
- 주제 태그
- Compatibility
문제 개요
Give의 번역 문자열이 WordPress 6.7에서 로드되지 않습니다. 이 문제는 코어 WordPress load_plugin_textdomain 함수의 변경으로 인해 발생합니다.
임시 해결 방법
진행하기 전에 사이트의 전체 사이트 백업을 생성했는지 확인하세요.
- …/wp-content/plugins/give/src/Helpers/Language.php 파일을 편집하세요
- 25번째 줄을 찾으세요
- 다음을:
unload_textdomain('give'); - 다음으로 교체하세요:
unload_textdomain('give', true);