코스모스팜 회원관리 로그인 후 이전페이지 리디렉션 안될때

/wp-content/plugins/cosmosfarm-members/cosmosfarm-members.php 파일에 아래 코드를 찾아서

$redirect_to = isset($args['redirect_to']) && $args['redirect_to'] ? $args['redirect_to'] : $_SERVER['REQUEST_URI'];

아래 것으로 변경해라

$redirect_to = isset($args['redirect_to']) && $args['redirect_to'] ? $args['redirect_to'] : $_SERVER['HTTP_REFERER'];

댓글 달기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

위로 스크롤