Provider::noop()

Method: Puts the Service Provider in a no-op mode, any method hooked to actions will not run, any method hooked to filters will return the filter input value.

Namespace: TEC\Events_Pro\Custom_Tables\V1\WP_Query

Provider::normalize_occurrence_id()

Method: In case a request is made using the post ID like preview changes from a particular occurrence ID like: `?post_type=tribe_events&p=10000621&preview=true` we need to make sure instead of `wp_posts.ID` are doing `wp_tec_occurrences.occurrence_id`.

Namespace: TEC\Events_Pro\Custom_Tables\V1\WP_Query