Skip to content

Instantly share code, notes, and snippets.

@ahmadawais
Created October 19, 2014 10:06
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 ahmadawais/28e98ee6e3cfd0a51cc0 to your computer and use it in GitHub Desktop.
Save ahmadawais/28e98ee6e3cfd0a51cc0 to your computer and use it in GitHub Desktop.
Echo and Decode HTML in a Meta value of WordPress
<?php
/*
* Normally
* $content=get_post_meta($post->ID, 'SMTH_METANAME_VALUE', true);
* echo $content
**/
echo html_entity_decode($content);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment