On save post, send post url to facebook and re scrape open graph information.
On save post, send post url to facebook to re scrape open graph information.
fogs_post_types
filter what post types should be re-scraped. Should return array of post types.
Example: Only re-scrape the post type page
add_filter('fogs_post_types', function(){
return array('page');
});
Requires: 3.5 or higher
Compatible up to: 4.4.5
Last Updated: 11 months ago
Active Installs:
400+
Got something to say? Need help?