thecodersguild / wordpress-plugins-and-hooks

Understanding Hooks and Developing Plugins for WordPress: presented at The Atlanta WordPress Coder's Guild

Home Page:http://www.meetup.com/atlanta-wordpress-coders-guild/events/222522258/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Understanding Hooks and Developing Plugins for WordPress

The Atlanta WordPress Coder's Guild

  • Presenters: @mikeschinkel / @wpscholar
  • Twitter: @thecodersguild
  • Hashtag: #wppluginsandhooks

##Outline 0. Intro - What is a Plugin? - What is a Hook? - Compare Plugins vs. Themes vs. Core

  1. Minimum Viable Plugin
    • The Plugin Directory
    • echo <font color="red" size="7">Hello World!</font>
    • Activation
  2. Simple Plugin
    • Using 'the_content' hook
    • Print Copyright Notice on every post
  3. The Must-Use Plugin Directory
    • The plugin-loader.php
  4. Using Classes for Plugins
    • The EventPress_Redux class
  5. Add Post Types
    • Event
    • Venue
    • Registration
  6. Data Entry Fields
    • Start, End, Venue
    • Use edit_form_after_title hook
      • Instead of a Metabox - we'll show the hooks for that too
  7. Enqueue Scripts and CSS
    • Enqueue select2.js, select2.css for Venue
    • Add in Footer
  8. Register for an Event
    • Using WP-AJAX and
    • Registration post type.

##Repository

##References

About

Understanding Hooks and Developing Plugins for WordPress: presented at The Atlanta WordPress Coder's Guild

http://www.meetup.com/atlanta-wordpress-coders-guild/events/222522258/


Languages

Language:JavaScript 83.0%Language:CSS 10.6%Language:PHP 6.3%