Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Getting started with WordPress development
Search
Nikhil Vimal
October 18, 2014
Programming
0
66
Getting started with WordPress development
An intro to WordPress development.
Nikhil Vimal
October 18, 2014
Tweet
Share
More Decks by Nikhil Vimal
See All by Nikhil Vimal
WP API (JSON REST API) at WordCamp Hampton Roads
techvoltz
0
98
Utah WordPress Meetup talk (June 2015)
techvoltz
1
400
WordCamp Miami 2015
techvoltz
0
150
The awesome guide to contributing to WordPress
techvoltz
2
180
WordSesh 2 Creatively Creating Custom Post Types
techvoltz
0
260
Creatively Creating Custom Post Types
techvoltz
0
73
Other Decks in Programming
See All in Programming
Piniaの現状と今後
waka292
5
1.5k
Vue.js学習の振り返り
hiro_xre
2
130
Go言語でターミナルフレンドリーなAIコマンド、afaを作った/fukuokago20_afa
monochromegane
2
140
破壊せよ!データ破壊駆動で考えるドメインモデリング / data-destroy-driven
minodriven
16
4.1k
【Kaigi on Rails 2024】YOUTRUST スポンサーLT
krpk1900
1
250
Kotlin2でdataクラスの copyメソッドを禁止する/Data class copy function to have the same visibility as constructor
eichisanden
1
140
Synchronizationを支える技術
s_shimotori
1
150
シールドクラスをはじめよう / Getting Started with Sealed Classes
mackey0225
3
400
Vitest Browser Mode への期待 / Vitest Browser Mode
odanado
PRO
2
1.7k
ECS Service Connectのこれまでのアップデートと今後のRoadmapを見てみる
tkikuc
2
210
Amazon Neptuneで始めてみるグラフDB-OpenSearchによるグラフの全文検索-
satoshi256kbyte
4
330
CPython 인터프리터 구조 파헤치기 - PyCon Korea 24
kennethanceyer
0
240
Featured
See All Featured
How To Stay Up To Date on Web Technology
chriscoyier
788
250k
Statistics for Hackers
jakevdp
796
220k
GraphQLの誤解/rethinking-graphql
sonatard
66
9.9k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
126
18k
10 Git Anti Patterns You Should be Aware of
lemiorhan
654
59k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
504
140k
Imperfection Machines: The Place of Print at Facebook
scottboms
264
13k
YesSQL, Process and Tooling at Scale
rocio
167
14k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Gamification - CAS2011
davidbonilla
80
5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
131
33k
The Power of CSS Pseudo Elements
geoffreycrofte
72
5.3k
Transcript
<?php echo “WordPress Development”; ?> <p>Nikhil Vimal</p> <strong>WordUp</strong>
Nikhil Vimal, 15, Dev
WordPress…?
Toolbelt
None
None
Themes
HTML, CSS, PHP
Design
None
Plugins
Majority PHP
None
function pluginprefix_function_name() {! ! echo “This is code!”;! ! }
add_action(‘hook’, ‘function_name’);
wp_head
add_filter();
JavaScript
None
Best Practices
I can haz learning?
WordPress Development Can…
Satisfy your client
Open New opportunities for you
fin @techvoltz