Skip to content

Instantly share code, notes, and snippets.

@pedroelsner
Created May 23, 2012 22:47
Show Gist options
  • Save pedroelsner/2778315 to your computer and use it in GitHub Desktop.
Save pedroelsner/2778315 to your computer and use it in GitHub Desktop.
#1 - Primeiro plugin para WordPress - Hello Word
<?php
/*
Plugin Name: Hello World! Plugin
URI: http://pedroelsner.com/2011/06/hello-world-criando-um-plugin-para-wordpress/
Description: Adiciona o texto "Hello World!" ao conteúdo do post
Version: 1
Author: Pedro Elsner
URI: http://pedroelsner.com/
*/
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment