-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New telemetry functionality #1992
base: master
Are you sure you want to change the base?
Conversation
Less logic and less code that way. Also less brittle.
Just keeping the TCMN changes linked. See: the-events-calendar/tribe-common#1992
@@ -245,4 +249,8 @@ public function filter_exit_interview_args( $args ) { | |||
public function maybe_enqueue_admin_modal_assets(): void { | |||
$this->container->make( Asset_Subscriber::class )->maybe_enqueue_admin_assets(); | |||
} | |||
|
|||
public function filter_data_args( $args ) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[phpcs] reported by reviewdog 🐶Squiz.Commenting.FunctionComment.Missing
Missing doc comment for function filter_data_args()
* Text Domain: tribe-common | ||
* License: GPLv2 or later | ||
*/ | ||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[phpcs] reported by reviewdog 🐶Squiz.Commenting.FileComment.WrongStyle
You must use "/**" style comments for a file comment
Adds a stellar-licensing section to the Telemetry JSON:
Also allows plugins to hook in and filter their slug.
See https://github.com/the-events-calendar/events-filterbar/pull/474 for an example.