Languages:
English •
Español •
Resources 日本語
한국어 •
ไทย •
中文(简体) •
(Add your language)
플러그인은 워드프레스의 기능을 확장할 수 있는 도구입니다. 워드프레스의 핵심은 유연성을 극대화하고 덩치큰 코드를 최소화할 수 있도록 설계되어 있습니다. 플러그인은 사용자정의 함수와 같이 자신만의 특정한 요구 사항들을 사용자에게 맞춤 제공합니다.
이 문서는 플러그인과 플러그인 개발에 관련된 포괄적인 참고자료(레퍼런스)의 목록입니다.
플러그인 레퍼런스
플러그인 개발의 기초
외부 리소스:
플러그인 개발 - 레퍼런스
외부 리소스:
- 워드프레스를 위한 PHPXref - Cross reference of WordPress files, functions, and variables, which seems to point to the latest released version. This redalt.com PHPXref site has the bleeding-edge Trunk version, as well as 1.5 and 2.0, but the Trunk version may not be updating any more. So, there is now a new Trunk Xref site on ftwr.co.uk available.
- 스킾피의 목록 액션과 필터
- 워드프레스 후크 데이터베이스, a database of all WordPress' hooks, showing which version they come from, and linking to the source code spots that use them
- 앙수만의 목록, a comprehensive listing of WordPress action hooks with documentation and source code location information. It contains all documented and undocumented action hooks in WordPress 2.0.
- dd32's wordpress.org/extend Plugin API information
- PHP Cross Reference of the WordPress and BBPress source, using PHPXref by Joost de Valk - also includes tutorial
- 워드프레스 플러그인 개발 - 초보자 가이드
플러그인 개발 - 스페셜 토픽
- 관리자 테마 만들기 - How to create a Plugin that changes the look of the Admin section
- 플러그인과 테이블 생성하기 - How to store your plugin's data in a new table in the WordPress database
- 사용자 정의 쿼리 - How to implement custom queries that let a plugin control which posts are displayed and in what order
- 플러그인에서 Ajax 구현 - 백엔드 또는 프론트엔드에서 플러그인에 Ajax 기능을 추가하는 방법
- 옵션페이지 만들기 - How to easily create custom options pages and have WordPress do all the hard work for you!
- 옵션페이지 수정하기 - How to modify already existing options pages by adding options for your use on them
- Using the add_meta_box() Function - How to add a custom section to the post editing screen, and save the data the user enters
- TinyMCE 사용자정의 버튼 - How to add functionality to the TinyMCE Visual/HTML editor for post/page content
- 지리정보 데이터 - Interoperability conventions for plugins that use or manipulate location or geographic data
외부 리소스: