WPML
상태
해결됨
관련 플러그인/테마
Elementor
주제 태그
Compatibility

문제 개요

WooCommerce가 설치된 WordPress 웹사이트에서 Elementor 템플릿을 일괄적으로 자동으로 번역하려는 경우, 번역 프로세스가 멈추고 일부 템플릿이 번역되지 않은 상태로 남는 문제가 발생할 수 있습니다.

임시 해결 방법

진행하기 전에 사이트의 전체 백업이 있는지 확인하세요.


  • functions.php 파일에 다음 코드를 추가하세요.
    add_action( 'rest_api_init', function () {
    	if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) && ! function_exists( 'wc_print_notices' ) ) {
    		function wc_print_notices() {}
    	}
    } );

알려진 모든 문제 →