Skip to content

Instantly share code, notes, and snippets.

@propertyhive
Created November 22, 2022 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save propertyhive/3396dd809965dd3316097d3cf68ef59c to your computer and use it in GitHub Desktop.
Save propertyhive/3396dd809965dd3316097d3cf68ef59c to your computer and use it in GitHub Desktop.
Enable obtaining VaultEA custom fields
add_filter( 'propertyhive_property_import_vaultea_custom', 'obtain_custom' );
function obtain_custom($obtain)
{
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment