Skip to content

Instantly share code, notes, and snippets.

@scofennell
Created May 21, 2014 18:36
Show Gist options
  • Save scofennell/fd689ac4f4468235ff77 to your computer and use it in GitHub Desktop.
Save scofennell/fd689ac4f4468235ff77 to your computer and use it in GitHub Desktop.
Function to add featured image to open graph tags
function sjf_def_og_image(){
echo'
<meta property="og:image" content="'.sjf_deh_get_image_src().'" />
';
}
add_action('wp_head', 'sjf_def_og_image');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment