lab.naminsik
  • Javascript, jQuery
  • Reactjs
  • React Native
  • iOS
  • Android
  • AWS
  • Server
  • Html, CSS
  • Php
  • asp .net
  • SQL
  • Word Press
search
keywords
  • WP Tip & Tech 2016‧02‧25

    관리자가 보내는 이메일 주소와 이름 변경하기

    워드프레스에서 회원들에게 보내는 이메일이 있을 경우 어떤 경우, 보내는 사람이 wordpress 로 나오고 보내는 이메일 주소가 wordpress@자기 도메인 으로 나오는 경우가 있다. 본인은 계정이 잠겼을 때 해당 계정 사용자에게 이메일이 보내지는데 저렇게 보내지게 되어서 수정하기로 했다.   테마폴더의 functions.php 를 열어 아래 코드를 추가하자. add_filter('wp_mail_from', 'new_mail_from'); add_filter('wp_mail_from_name', 'new_mail_from_name'); function new_mail_from($old) { return 'nis@werty.co.kr'; } function […]

popular

  • lightsail ssl 인증서 갱신 + 자동 갱신 (bncert-tool 무료 ssl)
  • Php - 셀렉트 옵션에 기본값 설정
  • [회고] Github Actions가 갑자기 안된다. (Waiting for a runner to pick up this job…)
  • CodeDeploy agent was not able to receive the lifecycle event. Check the CodeDeploy agent logs on your host and make sure the agent is running and can connect to the CodeDeploy server.
  • 동영상 스트리밍 서비스 구축 (AWS s3/cloudFront, HLS, video.js)
  • jQuery - 스마트폰 스크린 회전 감지 스크립트
  • aws Cannot exceed quota for PoliciesPerRole: 10
  • Mobis Phoebus site renewal
  • 현재 보이는 페이지의 파일명 가져오기
  • JSX - 마우스 오버/아웃 효과

comment

  • 감사합니다!
  • 감사합니다~
  • 잘 해결 되셨다니 다행입니다!...
  • 정말 감사합니다. 덕분에 해결했습니다!...
  • 유용한정보 대단히 감사합니다....