Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save propertyhive/852b6d9ed9edf4e1f918197d6c4d0c4a to your computer and use it in GitHub Desktop.
Save propertyhive/852b6d9ed9edf4e1f918197d6c4d0c4a to your computer and use it in GitHub Desktop.
Store images as URLs in Houzez Property Feed
add_filter('houzez_property_feed_images_stored_as_urls', 'stores_media_urls', 10, 4);
function stores_media_urls($stored_as_urls, $post_id, $property, $import_id)
{
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment