Created
June 6, 2020 01:14
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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