Skip to content

Instantly share code, notes, and snippets.

@joeyblake
Created February 24, 2014 19:41
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 joeyblake/9195512 to your computer and use it in GitHub Desktop.
Save joeyblake/9195512 to your computer and use it in GitHub Desktop.
/**
* If you cannot clean up your open graph meta tags, adding this filter to the functions.php file in your theme will keep
* SharePress from verifying the open graph data.
* Caution: Bad use of open graph meta tags could possibly cause unexpected results in shared images and titles on facebook.
*/
add_filter('sp_auto_flush_fb', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment