홈 - 짧은코드
try { $error = new WP_Error( 'custom-error', '이거 에러임' ); if (is_wp_error( $error )) { $error_message = $error->get_error_message(); throw new Exception( $error_message ); } } catch ( Exception $e) { echo $e }
이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다
이름 *
이메일 *
웹사이트
다음 번 댓글 작성을 위해 이 브라우저에 이름, 이메일, 그리고 웹사이트를 저장합니다.