Created
April 3, 2025 08:33
-
-
Save propertyhive/8ccf0c9b1eb7e74d01aa03f0a4e4127d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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