Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save propertyhive/8ccf0c9b1eb7e74d01aa03f0a4e4127d to your computer and use it in GitHub Desktop.
Save propertyhive/8ccf0c9b1eb7e74d01aa03f0a4e4127d to your computer and use it in GitHub Desktop.
add_action( "propertyhive_property_imported_street_json", 'store_raw_property_data', 10, 2 );
function store_raw_property_data($post_id, $property)
{
update_post_meta( $post_id, '_mikes_property_import_data', $property );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment