- removed Tracking notice;

This commit is contained in:
nikitozzzzzzz
2018-05-10 10:09:14 +03:00
parent ad405dc038
commit fc9b486504
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Notices' ) ) {
$this->localize_note();
$this->show_update_messages();
$this->check_wrong_install_folder();
$this->admin_notice_tracking();
//$this->admin_notice_tracking();
$this->need_upgrade();
$this->check_wrong_licenses();
+1 -1
View File
@@ -522,7 +522,7 @@ if ( ! class_exists( 'UM' ) ) {
$this->permalinks();
$this->modal();
$this->cron();
$this->tracking();
//$this->tracking();
$this->mobile();
$this->external_integrations();
}