You can test the outcome using the steps below.
- Use Facebook’s Sharing Debugger.
- Enter the URL of the Listing.
- Click ‘Debug’.
- Review the og:image output.
add_filter("mylistingsingleog:image", function ($logo) {
return $logo;
});Don't want to mess with code snippets? Request for this to be a feature of MyListing Pro.
You can test the outcome using the steps below.
add_filter("mylistingsingleog:image", function ($logo) {
return $logo;
});