Created
August 15, 2025 12:25
-
-
Save propertyhive/e2d20b9106c517694729993f92a0aec2 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_auto_create_new_features', 'dont_auto_create_features' ); | |
| function dont_auto_create_features($auto_create) | |
| { | |
| return false; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment