Skip to content

Instantly share code, notes, and snippets.

@albionselimaj
Created February 28, 2018 12:53
Show Gist options
  • Save albionselimaj/12dce2d46bdffcdb30be723a613e6d19 to your computer and use it in GitHub Desktop.
Save albionselimaj/12dce2d46bdffcdb30be723a613e6d19 to your computer and use it in GitHub Desktop.
Use listing cover image in share dialog instead of the logo
<?php
add_filter( 'mylisting\single\og:image', function() {
return 'cover';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment