This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fuente: http://gohorseprocess.wordpress.com | |
1- Pensó, no es XGH. | |
En XGH no piensa, haz lo primero que se te venga a la mente. No existe | |
segunda opción, a única opción es la más rápida. | |
2- Existen 3 formas de resolver un problema: la correcta, la incorrecta y | |
la XGH, que es igual a la incorrecta, pero más rápida. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*=================================== | |
= Posts Types = | |
===================================*/ | |
/*========== Exemplo ==========*/ | |
function exemplo() { | |
$args = array( | |
'labels' => array('name' => 'exemplo', 'add_new' => 'Adicionar'), | |
'public' => true, |