Tribe__Events__Tickets__Eventbrite__Aggregator::hook()
Hooks all the Filters and Actions for this Singleton
Return
(void)
Source
File: src/Tribe/Aggregator.php
public function hook() {
add_filter( 'tribe_aggregator_service_post_pue_licenses', array( $this, 'filter_add_pue_key' ), 15, 2 );
add_action( 'tribe_aggregator_after_insert_post', array( $this, 'save_event_meta' ), 15, 3 );
add_filter( 'tribe_aggregator_api', array( $this, 'filter_fake_pue_key' ) );
add_filter( 'tribe_aggregator_eventbrite_token_callback_args', array( $this, 'filter_add_token_callback_license' ) );
add_filter( 'tribe_aggregator_get_import_data_args', array( $this, 'filter_add_license_get_import_data' ), 10, 2 );
add_filter( 'tribe_aggregator_get_image_data_args', array( $this, 'filter_add_license_get_import_data' ), 10, 2 );
}
Changelog
| Version | Description |
|---|---|
| 4.5 | Introduced. |