Skip to content

Instantly share code, notes, and snippets.

@gmmcal
Created September 17, 2014 12:08
Show Gist options
  • Save gmmcal/355d13378cfb0880d1a9 to your computer and use it in GitHub Desktop.
Save gmmcal/355d13378cfb0880d1a9 to your computer and use it in GitHub Desktop.
Criando um plugin para Wordpress usando Custom Post Types - Tutorial 1
class Demonstracao {
function Demonstracao(){
}
function init(){
// algum código aqui
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment