Created
September 11, 2025 10:37
-
-
Save propertyhive/37d67bcc099342331369413746f7a0f9 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('propertyhive_property_import_remove_properties_in_php', 'remove_in_php'); | |
function remove_in_php($in_php) | |
{ | |
return true; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment