Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codigoconjuan/f13a2f1204bfe7186f51 to your computer and use it in GitHub Desktop.
Save codigoconjuan/f13a2f1204bfe7186f51 to your computer and use it in GitHub Desktop.
# 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