Skip to content

Instantly share code, notes, and snippets.

@propertyhive
Created August 15, 2025 12:25
Show Gist options
  • Save propertyhive/e2d20b9106c517694729993f92a0aec2 to your computer and use it in GitHub Desktop.
Save propertyhive/e2d20b9106c517694729993f92a0aec2 to your computer and use it in GitHub Desktop.
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