Skip to content

Instantly share code, notes, and snippets.

@propertyhive
Created September 11, 2025 10:37
Show Gist options
  • Save propertyhive/37d67bcc099342331369413746f7a0f9 to your computer and use it in GitHub Desktop.
Save propertyhive/37d67bcc099342331369413746f7a0f9 to your computer and use it in GitHub Desktop.
add_filter('propertyhive_property_import_remove_properties_in_php', 'remove_in_php');
function remove_in_php($in_php)
{
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment