Created
January 27, 2026 16:23
-
-
Save propertyhive/32e1d421442d00219ab57da0865549de 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_propctrl_off_market_statuses', 'exclude_pending' ); | |
| function exclude_pending($exclude_statuses) | |
| { | |
| $exclude_statuses[] = 'pending'; | |
| return $exclude_statuses; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment