Created
February 5, 2026 10:22
-
-
Save propertyhive/95fd62989ab913fd4dbf8f4636856fd0 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_include_deleted_in_filter', 'exclude_deleted_imports' ); | |
| function exclude_deleted_imports($include) | |
| { | |
| return false; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment