Skip to content

Instantly share code, notes, and snippets.

@abdulawal39
Created June 6, 2020 01:14
Show Gist options
  • Save abdulawal39/b7c09027683c977c5fe8845ca79d2056 to your computer and use it in GitHub Desktop.
Save abdulawal39/b7c09027683c977c5fe8845ca79d2056 to your computer and use it in GitHub Desktop.
put the code in your active theme's functions.php and put thw new image url in line 2 inside the quotes.
function tnc_change_share_image(){
return 'IMAGE_URL_HERE'; // change to the new image url
}
add_filter('tnc_pvfw_facebook_share_thumb_url', 'tnc_change_share_image');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment