Created
February 19, 2026 11:17
-
-
Save g-maclean/1a73a07c5e79bd8648f751d32d14ea70 to your computer and use it in GitHub Desktop.
Property Hive - XML feed - Automatically tick Rightmove
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_xml", function( $post_id, $property, $import_id ) { | |
| update_post_meta( $post_id, '_realtime_portal_0', 'yes' ); | |
| }, 10, 3 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment