Skip to content
Snippets Groups Projects

feat: initialize usage tracker

Merged Bartek Jaskulski requested to merge initialize-tracker into master
4 files
+ 27
0
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -52,6 +52,10 @@ class SimpleFreeStrategy implements InitializationStrategy {
$this->store_plugin( $this->plugin );
$this->init_plugin( $this->plugin );
// Flush usage tracker late, to remain backward compatible with plugins which could instantiate
// the tracker on their own through `wpdesk_tracker_instance` filter.
$this->get_tracker_instance();
$this->register_tracker_ui_extensions();
return $this->plugin;
}
Loading