Created
September 4, 2025 05:32
-
-
Save propertyhive/cb83bb0157df97478f3dff226b1c0e07 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_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