← All changes
|
includes/Core/Integration/Hubspot/HubspotHandler.php
+0
-1
3.2.2
→
3.3.1
View file →
| @@ -28,9 +28,8 @@ | ||
| 28 | 28 | public static function registerAjax() |
| 29 | 29 | { |
| 30 | 30 | add_action('wp_ajax_bitforms_hubspot_authorize', [__CLASS__, 'hubspotAuthorize']); |
| 31 | 31 | add_action('wp_ajax_bitforms_hubspot_pipeline', [__CLASS__, 'getAllPipelines']); |
| 32 | - add_action('wp_ajax_bitforms_hubspot_pipeline_tickets', [__CLASS__, 'getAllPipelinesTickets']); | |
| 33 | 32 | add_action('wp_ajax_bitforms_hubspot_owners', [__CLASS__, 'getAllOwners']); |
| 34 | 33 | add_action('wp_ajax_bitforms_hubspot_contacts', [__CLASS__, 'getAllContacts']); |
| 35 | 34 | add_action('wp_ajax_bitforms_hubspot_company', [__CLASS__, 'getAllCompany']); |
| 36 | 35 | } |