Top Banner
WordPress Plugin Development Alex King Crowd Favorite
16

WordPress Plugins (WordCamp Utah)

May 14, 2015

Download

Technology

alexkingorg

My presentation on WordPress plugins at WordCamp Utah. Also announced Carrington and BackupMoxie.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: WordPress Plugins (WordCamp Utah)

WordPress Plugin Development

Alex KingCrowd Favorite

Page 2: WordPress Plugins (WordCamp Utah)

Intro

• History with WordPress (and b2)

• ~40-50 plugins

• Crowd Favorite

Page 3: WordPress Plugins (WordCamp Utah)

Topics

• Types of plugins

• Development tips

• Process and tools

• Releasing plugins

• Announcements

• Q & A

Page 4: WordPress Plugins (WordCamp Utah)

Types of Plugins

• Tweaks

• Customizations

• Integrations

• Not plugins (theme customizations, etc.)

Page 5: WordPress Plugins (WordCamp Utah)

Development Tips

• WordPress plugin architecture

• Hooks

• Filters

• References

• Codex

• Code

Page 6: WordPress Plugins (WordCamp Utah)

Getting Started

• Stand on the shoulders of giants

• Outline your code

• Find your hooks

• Write your code

Page 7: WordPress Plugins (WordCamp Utah)

Customizations• Build your feature, connect it to WordPress

• Use WP functions where possible

Integrations• User experience is king

• Keep user in a single flow

Page 8: WordPress Plugins (WordCamp Utah)

Testing

• WordPress versions

• PHP versions

• Browsers

• QA checklists

Page 9: WordPress Plugins (WordCamp Utah)

Releasing Plugins

• Host your plugin on wordpress.org

• Pay attention to your README

• Expectations (yours and your users’)

Page 10: WordPress Plugins (WordCamp Utah)
Page 11: WordPress Plugins (WordCamp Utah)

Announcements

Page 12: WordPress Plugins (WordCamp Utah)

Dev Tools

• WP SVN install script

• Compatibility plugin

• QA checklists

• Dev tools available athttp://crowdfavorite.com/wordpress

Page 13: WordPress Plugins (WordCamp Utah)
Page 14: WordPress Plugins (WordCamp Utah)

Carrington Theme

• Pretty

• New template structure/framework

• Override system - filenaming convention

• Free - GPL

• http://carringtontheme.com

Page 15: WordPress Plugins (WordCamp Utah)

BackupMoxie

• Full service set-up and restores

• Linux server compatible

• 60 days of snapshots

• Premium pricetag

• http://backupmoxie.com

Page 16: WordPress Plugins (WordCamp Utah)

Q & A