Skip to content

Instantly share code, notes, and snippets.

@g-maclean
Created February 19, 2026 11:17
Show Gist options
  • Select an option

  • Save g-maclean/1a73a07c5e79bd8648f751d32d14ea70 to your computer and use it in GitHub Desktop.

Select an option

Save g-maclean/1a73a07c5e79bd8648f751d32d14ea70 to your computer and use it in GitHub Desktop.
Property Hive - XML feed - Automatically tick Rightmove
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