Skip to content

Commit

Permalink
Remove unused hide_tracking_opt_in_option_name property
Browse files Browse the repository at this point in the history
  • Loading branch information
yscik committed May 18, 2020
1 parent 60f4f54 commit 729d186
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions includes/lib/usage-tracking/class-usage-tracking-base.php
Expand Up @@ -23,13 +23,6 @@ abstract class Sensei_Usage_Tracking_Base {
* Instance variables.
*/

/**
* The name of the option for hiding the Usage Tracking opt-in dialog.
*
* @var string
**/
protected $hide_tracking_opt_in_option_name;

/**
* The name of the cron job action for regularly logging usage data.
*
Expand Down Expand Up @@ -151,7 +144,6 @@ abstract protected function do_track_plugin( $plugin_slug );
**/
protected function __construct() {
// Init instance vars.
$this->hide_tracking_opt_in_option_name = $this->get_prefix() . '_usage_tracking_opt_in_hide';
$this->job_name = $this->get_prefix() . '_usage_tracking_send_usage_data';

// Set up schedule and action needed for cron job.
Expand Down

0 comments on commit 729d186

Please sign in to comment.