SlideShare a Scribd company logo
워드프레스 플러그인 개발 입문
- 워드프레스 미트업 서울 2015 -
강동혁
k@danbilabs.com
2015-02-28
워드프레스 플러그인 개발 입문
워드프레스 플러그인 개발 입문
워드프레스 플러그인 개발 입문
WordPress Core
+
Theme
+
Plugins
워드프레스 플러그인 개발 입문
Hooks!
Hollywood Principle
Don’t call us,
we’ll call you.
지나가는 행인 역할도 좋으니
자리가 나면 연락주세요.
Hooking
=
특정 상황에 호출될
함수를 정의
Filters & Actions
apply_filters( 'the_title' )
apply_filters( 'the_author' )
apply_filters( 'the_content' )
do_action( 'comment_form_before' )
do_action( 'twentyfourteen_credits' )
apply_filters( 'update_footer' )
Plugin Packaging
/unique-plugin-name
– unique-plugin-name.php
– uninstall.php
– /js
– /css
– /includes
– /images
Plugin Header
<?php
/**
* Plugin Name: My First Plugin
* Plugin URI: http://www.mysite.com/my-first-plugin/
* Description: This is my first wordpress plugin.
* Version: 1.0.0
* Author: WordPress Meetup
* Author URI: http://www.mysite.com
* Text Domain: my-first-plugin
* Domain Path: /languages/
*/
다국어 지원
Hello Dolly
function hello_dolly_get_lyric() {
return "Some Text";
}
function hello_dolly() {
$chosen = hello_dolly_get_lyric();
echo "<p id='dolly'>$chosen</p>";
}
add_action( 'admin_notices', 'hello_dolly' );
Hello Dolly
function hello_dolly_get_lyric() {
return "Some Text";
}
function hello_dolly() {
$chosen = hello_dolly_get_lyric();
echo "<p id='dolly'>WordPress Meetup Seoul 2015</p>";
}
add_action( 'admin_notices', 'hello_dolly' );
Add Filter
function hello_dolly() {
$chosen = hello_dolly_get_lyric();
echo "<p id='dolly'>" .
apply_filters(‘dolly_lyric’, $chosen) .
"</p>";
}
function dolly_lyric_uppercase($chosen) {
return strtoupper($chosen);
}
add_filter('dolly_lyric', 'dolly_lyric_uppercase');
Add Shortcode
function meetup_func( $atts ) {
return "<h1>안녕하세요? 워드프레스 미트업
서울 2015에 오신 것을 환영합니다.</h1>";
}
add_shortcode( 'meetup', 'meetup_func' );
Advanced Plugins
●
Activating and Deactivating Functions
●
Internalization
●
Nonces (Security)
●
Saving and Retrieving Plugin Options
●
Options Page
●
Menu and Submenus
●
Meta Box
●
Widgets
●
Custom Tables
감사합니다.
k@danbilabs.com

More Related Content

PDF
Intro to WordPress Plugin Development
KEY
Plugin Development Practices
PDF
An easy guide to Plugin Development
PPTX
Plugin development wpmeetup010
PDF
WordPress Realtime - WordCamp São Paulo 2015
PPTX
Rebrand WordPress Admin
PPTX
Code ceptioninstallation
PDF
Write your first WordPress plugin
Intro to WordPress Plugin Development
Plugin Development Practices
An easy guide to Plugin Development
Plugin development wpmeetup010
WordPress Realtime - WordCamp São Paulo 2015
Rebrand WordPress Admin
Code ceptioninstallation
Write your first WordPress plugin

What's hot (20)

PPTX
BitSensor - How and when to start a business
PDF
Jumping Into WordPress Plugin Programming
PPTX
Bower power
PPTX
My second word press plugin
PDF
WordPress mit Composer und Git verwalten
PDF
Creating Your First WordPress Plugin
PDF
Mehr Performance für WordPress - WordCamp Köln
PDF
WordPress Theme Development for Designers
PDF
The wp config.php
PDF
Developers, Be a Bada$$ with WP-CLI
PDF
Web-Performance
PDF
Workshop On WP-CLI
PPTX
WordPress Structure and Best Practices
PPT
JavaScript on Rails 튜토리얼
PDF
*Webinar* Learn from the Experts: How to Boost Test Coverage with Automated V...
PDF
Quanto è sicuro il tuo wordpress?
PDF
So, you want to be a plugin developer?
PDF
SocketStream
PDF
Defeating Cross-Site Scripting with Content Security Policy
BitSensor - How and when to start a business
Jumping Into WordPress Plugin Programming
Bower power
My second word press plugin
WordPress mit Composer und Git verwalten
Creating Your First WordPress Plugin
Mehr Performance für WordPress - WordCamp Köln
WordPress Theme Development for Designers
The wp config.php
Developers, Be a Bada$$ with WP-CLI
Web-Performance
Workshop On WP-CLI
WordPress Structure and Best Practices
JavaScript on Rails 튜토리얼
*Webinar* Learn from the Experts: How to Boost Test Coverage with Automated V...
Quanto è sicuro il tuo wordpress?
So, you want to be a plugin developer?
SocketStream
Defeating Cross-Site Scripting with Content Security Policy
Ad

Viewers also liked (19)

PDF
워드프레스 운영 및 활용강좌
PDF
워드프레스 테마 만들기 기초 - 워드프레스 미트업 서울 2015
KEY
워드프레스 웹사이트 제작 가이드
PPTX
워드프레스를 이용한 모바일웹 개발
PDF
워드프레스 For 플러그인
PDF
[워드프레스 한국형 게시판 플러그인] MH Board 사용법
PDF
#Blogni: Wordpress & ecommerce, el caso de Nicaragua
PPTX
웹사이트 벤치마킹의 9가지 패턴
PPTX
WordCamp Seoul 2013-WordPress Latest Trands and WordPress 3.6
PDF
웹 프로그래머가 활용할 수 있는 워드프레스 실무 및 PHP 활용
PPTX
WordPress Meetup for Theme
PDF
제 5회 DGMIT R&D 컨퍼런스: JavsScript Event Bubbling & Capturing
PPTX
Flux 예제 분석 2
PDF
Compose Async with RxJS
PDF
Angular2 ecosystem
PDF
System webpack-jspm
PDF
Ionic adventures - Hybrid Mobile App Development rocks
PDF
Module, AMD, RequireJS
PPTX
Organisational culture with examples
워드프레스 운영 및 활용강좌
워드프레스 테마 만들기 기초 - 워드프레스 미트업 서울 2015
워드프레스 웹사이트 제작 가이드
워드프레스를 이용한 모바일웹 개발
워드프레스 For 플러그인
[워드프레스 한국형 게시판 플러그인] MH Board 사용법
#Blogni: Wordpress & ecommerce, el caso de Nicaragua
웹사이트 벤치마킹의 9가지 패턴
WordCamp Seoul 2013-WordPress Latest Trands and WordPress 3.6
웹 프로그래머가 활용할 수 있는 워드프레스 실무 및 PHP 활용
WordPress Meetup for Theme
제 5회 DGMIT R&D 컨퍼런스: JavsScript Event Bubbling & Capturing
Flux 예제 분석 2
Compose Async with RxJS
Angular2 ecosystem
System webpack-jspm
Ionic adventures - Hybrid Mobile App Development rocks
Module, AMD, RequireJS
Organisational culture with examples
Ad

Similar to 워드프레스 플러그인 개발 입문 (20)

ODP
Best practices in WordPress Development
PDF
Plugging into plugins
PPTX
WordPress Plugin development
ODP
Accessibility & WordPress: Developing for the whole world.
PPTX
Building a resposive slider plugin for WordPress theme
PPT
WordPress basic fundamental of plugin development and creating shortcode
PDF
Как получить чёрный пояс по WordPress?
PPTX
Advanced WordPress Optimization - iGaming Supershow 2012
PPTX
WordPress Plugins
PDF
WCLA12 JavaScript
PPTX
Getting started with WordPress development
PDF
Introduction to WordPress Hooks 2016
PDF
Wordpress as a framework
PPTX
WordPress: Adding user-role
PDF
Plugin development demystified 2017
PDF
Kicking off with Zend Expressive and Doctrine ORM (PHPNW2016)
PDF
5 Steps to Develop a WordPress Plugin From Scratch.pdf
PDF
WordPress - Visual Composer - Beyond beginning
ODP
WordPress Accessibility: WordCamp Chicago
PPT
Word press Plugins by WordPress Experts
Best practices in WordPress Development
Plugging into plugins
WordPress Plugin development
Accessibility & WordPress: Developing for the whole world.
Building a resposive slider plugin for WordPress theme
WordPress basic fundamental of plugin development and creating shortcode
Как получить чёрный пояс по WordPress?
Advanced WordPress Optimization - iGaming Supershow 2012
WordPress Plugins
WCLA12 JavaScript
Getting started with WordPress development
Introduction to WordPress Hooks 2016
Wordpress as a framework
WordPress: Adding user-role
Plugin development demystified 2017
Kicking off with Zend Expressive and Doctrine ORM (PHPNW2016)
5 Steps to Develop a WordPress Plugin From Scratch.pdf
WordPress - Visual Composer - Beyond beginning
WordPress Accessibility: WordCamp Chicago
Word press Plugins by WordPress Experts

More from Donghyeok Kang (7)

PPTX
Divi custom post type template
PPTX
My first word press plugin
PDF
Docker based web hosting
PPTX
Flutter Beta but Better and Better
PPTX
Java Annotation과 MyBatis로 나만의 ORM Framework을 만들어보자
PDF
Curated News Platform
PDF
[제1회 루씬 한글분석기 기술세미나] solr로 나만의 검색엔진을 만들어보자
Divi custom post type template
My first word press plugin
Docker based web hosting
Flutter Beta but Better and Better
Java Annotation과 MyBatis로 나만의 ORM Framework을 만들어보자
Curated News Platform
[제1회 루씬 한글분석기 기술세미나] solr로 나만의 검색엔진을 만들어보자

Recently uploaded (20)

PDF
Digital Systems & Binary Numbers (comprehensive )
PPTX
history of c programming in notes for students .pptx
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
Website Design Services for Small Businesses.pdf
PDF
Tally Prime Crack Download New Version 5.1 [2025] (License Key Free
PPTX
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
PDF
Nekopoi APK 2025 free lastest update
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PDF
CCleaner Pro 6.38.11537 Crack Final Latest Version 2025
PPTX
Advanced SystemCare Ultimate Crack + Portable (2025)
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PPTX
Weekly report ppt - harsh dattuprasad patel.pptx
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
CapCut Video Editor 6.8.1 Crack for PC Latest Download (Fully Activated) 2025
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Salesforce Agentforce AI Implementation.pdf
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
iTop VPN 6.5.0 Crack + License Key 2025 (Premium Version)
PPTX
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
Digital Systems & Binary Numbers (comprehensive )
history of c programming in notes for students .pptx
wealthsignaloriginal-com-DS-text-... (1).pdf
Website Design Services for Small Businesses.pdf
Tally Prime Crack Download New Version 5.1 [2025] (License Key Free
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
Nekopoi APK 2025 free lastest update
Design an Analysis of Algorithms II-SECS-1021-03
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
CCleaner Pro 6.38.11537 Crack Final Latest Version 2025
Advanced SystemCare Ultimate Crack + Portable (2025)
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Weekly report ppt - harsh dattuprasad patel.pptx
Design an Analysis of Algorithms I-SECS-1021-03
CapCut Video Editor 6.8.1 Crack for PC Latest Download (Fully Activated) 2025
Operating system designcfffgfgggggggvggggggggg
Salesforce Agentforce AI Implementation.pdf
Reimagine Home Health with the Power of Agentic AI​
iTop VPN 6.5.0 Crack + License Key 2025 (Premium Version)
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx

워드프레스 플러그인 개발 입문