This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.
— Erik
| add_action( 'after_setup_theme', 'woocommerce_support' ); | |
| function woocommerce_support() { | |
| add_theme_support( 'woocommerce' ); | |
| } |
| <?php | |
| /* | |
| Plugin Name: WP Invite Codes | |
| Plugin URI: http://pmg.co/ | |
| Description: Makes wordpress an invite only community. | |
| Version: n/a | |
| Author: Christopher Davis | |
| Author URI: http://pmg.co/people/chris | |
| */ |