mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- removed tracking;
- changed notices texts; - fixed MailChimp opt-in from notice;
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user