Skip to content

Instantly share code, notes, and snippets.

@jack-arturo
Last active April 2, 2020 14:26
Show Gist options
  • Select an option

  • Save jack-arturo/bbc2dd0f073fed8f7f13bcfd0a4018fb to your computer and use it in GitHub Desktop.

Select an option

Save jack-arturo/bbc2dd0f073fed8f7f13bcfd0a4018fb to your computer and use it in GitHub Desktop.
Change CRM object type for Zoho
<?php
function set_object_type( $object_type ) {
return 'Leads';
}
add_filter( 'wpf_crm_object_type', 'set_object_type' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment