5월 2023

Dart – 기본기 (1)

Dart 변수 선언 / 할당 var integer / double boolean String Dynamic nullable, non-nullable, null final, const List Map Set enum typedef 함수 / 파라미터 종류 / return type arrow function...

Continue reading...

[WordPress] custom post_type 생성

1. post_type 워드프레스는 기본적으로 다섯가지 게시물 유형이 있다. (post, page, menu, attachement, revision). 개발을 진행하다보면 새로운 post_type 을 만들어야할 수 있는데 다음 코드를 이용한다. 조금 더 디테일하게 post_type 을 생성하고자 한다면,...

Continue reading...