Skip to content

Instantly share code, notes, and snippets.

@propertyhive
Created January 27, 2026 16:23
Show Gist options
  • Select an option

  • Save propertyhive/32e1d421442d00219ab57da0865549de to your computer and use it in GitHub Desktop.

Select an option

Save propertyhive/32e1d421442d00219ab57da0865549de to your computer and use it in GitHub Desktop.
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