SlideShare a Scribd company logo
Building a WordPress Plugin
                        It’s Not Rocket Science



@10up http://10up.com                             Eric A Mann @ericmann
Who’s This Guy?
• Senior Web Engineer at 10up
• WordPress Core Contributor
• Early adopter




@10up http://10up.com           Eric A Mann @ericmann
What is a Plugin




@10up http://10up.com   Eric A Mann @ericmann
Basic Structure: Readme




@10up http://10up.com     Eric A Mann @ericmann
Basic Structure: wcphx.php




@10up http://10up.com        Eric A Mann @ericmann
Setting Things Up
• Internationalization
• Activation/Deactivation
• Hooks – Actions/Filters




@10up http://10up.com       Eric A Mann @ericmann
Namespacing
• What is it?
• Function prefixes
• Class wrappers
     – Static
     – Object
     – Singleton
@10up http://10up.com   Eric A Mann @ericmann
Let’s Try It
                        http://eam.me/q1



@10up http://10up.com                      Eric A Mann @ericmann

More Related Content

PPTX
Pwa, are we there yet?!
PDF
The Architect is Not Convinced
PDF
Agile breakfast St. Gallen - Mindset. Skillset. Toolset
PDF
Schritt für Schritt ins Grid
PDF
Avoiding API Waterfalls
PPTX
Site Crawling: What To Do & What To Look For
PPTX
How to: Reporting Issues
PPS
Week 1
Pwa, are we there yet?!
The Architect is Not Convinced
Agile breakfast St. Gallen - Mindset. Skillset. Toolset
Schritt für Schritt ins Grid
Avoiding API Waterfalls
Site Crawling: What To Do & What To Look For
How to: Reporting Issues
Week 1

Viewers also liked (18)

PDF
Picture Day September 2009
PPSX
Chicago Band Trip
PDF
Mayo Vs Winona Football Sept 18 2009
PDF
Mdm Is Not Enough, Semantic Enterprise Is
PDF
Post combatcare7
PDF
Social media brochure 1
DOCX
Enterprise architecture concepts
KEY
10 lessons from wal mart
PPSX
Chicago Band Trip
PDF
Everyday Retreat Friendly to Song Birds and Turkeys
PDF
Social media brochure 1
DOC
Case study v7.2
PPTX
Contributing to core
PDF
Mayo vs. Owatonna Oct 9, 2009
PPTX
Questions you’re too afraid to ask
PPTX
Haiti 2012
PPTX
Playing nice with others
PPTX
Functions.php - It's Not Just For Developers
Picture Day September 2009
Chicago Band Trip
Mayo Vs Winona Football Sept 18 2009
Mdm Is Not Enough, Semantic Enterprise Is
Post combatcare7
Social media brochure 1
Enterprise architecture concepts
10 lessons from wal mart
Chicago Band Trip
Everyday Retreat Friendly to Song Birds and Turkeys
Social media brochure 1
Case study v7.2
Contributing to core
Mayo vs. Owatonna Oct 9, 2009
Questions you’re too afraid to ask
Haiti 2012
Playing nice with others
Functions.php - It's Not Just For Developers
Ad

Recently uploaded (20)

PDF
KodekX | Application Modernization Development
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Approach and Philosophy of On baking technology
PPTX
Big Data Technologies - Introduction.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
cuic standard and advanced reporting.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPT
Teaching material agriculture food technology
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
MIND Revenue Release Quarter 2 2025 Press Release
KodekX | Application Modernization Development
Spectral efficient network and resource selection model in 5G networks
20250228 LYD VKU AI Blended-Learning.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Programs and apps: productivity, graphics, security and other tools
sap open course for s4hana steps from ECC to s4
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Approach and Philosophy of On baking technology
Big Data Technologies - Introduction.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
cuic standard and advanced reporting.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
“AI and Expert System Decision Support & Business Intelligence Systems”
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Teaching material agriculture food technology
Reach Out and Touch Someone: Haptics and Empathic Computing
MIND Revenue Release Quarter 2 2025 Press Release
Ad

Building a WordPress Plugin

  • 1. Building a WordPress Plugin It’s Not Rocket Science @10up http://10up.com Eric A Mann @ericmann
  • 2. Who’s This Guy? • Senior Web Engineer at 10up • WordPress Core Contributor • Early adopter @10up http://10up.com Eric A Mann @ericmann
  • 3. What is a Plugin @10up http://10up.com Eric A Mann @ericmann
  • 4. Basic Structure: Readme @10up http://10up.com Eric A Mann @ericmann
  • 5. Basic Structure: wcphx.php @10up http://10up.com Eric A Mann @ericmann
  • 6. Setting Things Up • Internationalization • Activation/Deactivation • Hooks – Actions/Filters @10up http://10up.com Eric A Mann @ericmann
  • 7. Namespacing • What is it? • Function prefixes • Class wrappers – Static – Object – Singleton @10up http://10up.com Eric A Mann @ericmann
  • 8. Let’s Try It http://eam.me/q1 @10up http://10up.com Eric A Mann @ericmann

Editor's Notes

  • #3: Personal IntroductionSenior Web Engineer @ 10upPreviously worked on .Net projects in the insurance and health industriesFormer freelance PHP/JS developerContributed to every major WP release since 2.3Early adopter – already have Windows 8