Skip to content

Instantly share code, notes, and snippets.

@propertyhive
Created February 5, 2026 10:22
Show Gist options
  • Select an option

  • Save propertyhive/95fd62989ab913fd4dbf8f4636856fd0 to your computer and use it in GitHub Desktop.

Select an option

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