KBoard 컨택트폼 게시판을 사용하고 있습니다
KBoard 컨택트폼 게시판에 쓴 글을 확인하려고 하면
Fatal error: Call to undefined function get_current_screen() in /home/u353557052/public_html/wp/wp-content/plugins/cool-timeline/cooltimeline.php on line 266
가 나옵니다.
Cool Timeline이라는 플러그인과 충돌하는 것 같은데 어떻게 하나요?
안녕하세요.
FTP로 접속한 다음 /wp-content/plugins/cool-timeline/cooltimeline.php 파일을 찾아서 수정해주시겠어요?
아래 코드를 찾아서 굵게 표시된 부분을 추가해주세요.
function ctl_deregister_javascript() {
if(is_admin() && function_exists('get_current_screen')) {
$screen = get_current_screen();
if ($screen->base == "toplevel_page_cool_timeline_page") {
wp_deregister_script('default');
}
}
}
관련 버그는 KBoard에서 개선할 수 있는지 연구해보고 업데이트하도록 하겠습니다.
고맙습니다.