Last active
August 29, 2015 14:23
-
-
Save codigoconjuan/f13a2f1204bfe7186f51 to your computer and use it in GitHub Desktop.
This file contains 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
# WordPress_Code_Snippets | |
Useful Code Snippets for my Daily Workflow in WordPress | |
#Print all Custom Fields Data / Imprimir toda la información de un Custom Field | |
<?php printf( '<pre>%s</pre>', var_export( get_post_custom( get_the_ID() ), true ) ); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment