- removed tracking;

- changed notices texts;
- fixed MailChimp opt-in from notice;
This commit is contained in:
nikitozzzzzzz
2018-07-02 16:46:22 +03:00
parent a4d372f439
commit ac88f69cd6
6 changed files with 94 additions and 226 deletions
-15
View File
@@ -537,7 +537,6 @@ if ( ! class_exists( 'UM' ) ) {
$this->permalinks();
$this->modal();
$this->cron();
$this->tracking();
$this->mobile();
$this->external_integrations();
$this->gdpr();
@@ -1253,20 +1252,6 @@ if ( ! class_exists( 'UM' ) ) {
}
/**
* @since 2.0
*
* @return um\core\Tracking
*/
function tracking() {
if ( empty( $this->classes['tracking'] ) ) {
$this->classes['tracking'] = new um\core\Tracking();
}
return $this->classes['tracking'];
}
/**
* @since 2.0
*