Skip to content

Instantly share code, notes, and snippets.

@propertyhive
Created September 4, 2025 05:32
Show Gist options
  • Save propertyhive/cb83bb0157df97478f3dff226b1c0e07 to your computer and use it in GitHub Desktop.
Save propertyhive/cb83bb0157df97478f3dff226b1c0e07 to your computer and use it in GitHub Desktop.
add_filter( 'houzez_property_feed_clean_price_on_import', 'dont_clean_price');
function dont_clean_price( $clean )
{
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment