Meetup 2013-02-13

Theme 2013

Twenty Thirteen: http://twentythirteendemo.wordpress.com/

MP6: http://wordpress.org/extend/plugins/mp6/

Plugins:

  • Article: http://transom.org/?p=30590
  • Plugin directory: http://wordpress.org/extend/plugins/co-authors-plus/
    • image
    • description
    • author
  • Reviews
  • Free: donate
  • Code standards
    • conflict/collision
    • Clean up: uninstall.php, tables?
    • function_exists
    • prefix: function, classes, constants, globals
    • headecon_function()
      tells you it’s yours (not wp_)
      5.3 namespace: http://de3.php.net/manual/en/language.namespaces.php

    • metadata options key name: http://dougal.gunters.org/blog/2009/12/10/wordpress-option-namespacing/
    • files: server vs client
    • plugin x 3:
      1. functions file: http://codex.wordpress.org/Functions_File_Explained
        Theme dependent.
      2. plugins folder:/wp-content/plugins/
        Theme-independent functionality; activation required.
      3. “must use” plugins: /wp-content/mu-plugins/my-custom-functions.php
        Theme-independent functionality, w/o requiring activation.
        http://justintadlock.com/archives/2011/02/02/creating-a-custom-functions-plugin-for-end-users
  • Changelog

Comments

Leave a Reply