one value will be created. * @param string|int $group_key the group_key used for groups in Project Settings * @param string|int $group_id the group id used for the group profile * @param string $prop the property that holds the list * @param string|array $val items to add to the list * @param boolean $ignore_time If the $ignore_time property is true, Mixpanel will not automatically update the "Last Seen" property of the group profile. Otherwise, Mixpanel will add a "Last Seen" property associated with the current time */ public function union($group_key, $group_id, $prop, $val, $ignore_time = false) { $payload = $this->_constructPayload($group_key, $group_id, '$union', array("$prop" => $val), $ignore_time); $this->enqueue($payload); } /** * Delete this group profile from Mixpanel * @param string|int $group_key the group_key used for groups in Project Settings * @param string|int $group_id the group id used for the group profile * @param boolean $ignore_time If the $ignore_time property is true, Mixpanel will not automatically update the "Last Seen" property of the profile. Otherwise, Mixpanel will add a "Last Seen" property associated with the current time */ public function deleteGroup($group_key, $group_id, $ignore_time = false) { $payload = $this->_constructPayload($group_key, $group_id, '$delete', "", $ignore_time); $this->enqueue($payload); } /** * Returns the "groups" endpoint * @return string */ function _getEndpoint() { return $this->_options['groups_endpoint']; } }
Fatal error: Uncaught Error: Class "WPMedia_Producers_MixpanelGroups" not found in /htdocs/le-blog.fr/wp-content/plugins/seo-by-rank-math/vendor/wp-media/wp-mixpanel/src/Classes/Mixpanel.php:145 Stack trace: #0 /htdocs/le-blog.fr/wp-content/plugins/seo-by-rank-math/vendor/wp-media/wp-mixpanel/src/Classes/Mixpanel.php(157): WPMedia_Mixpanel->__construct('517e881edc2636e...', Array) #1 /htdocs/le-blog.fr/wp-content/plugins/seo-by-rank-math/vendor/wp-media/wp-mixpanel/src/Tracking.php(41): WPMedia_Mixpanel::getInstance('517e881edc2636e...', Array) #2 /htdocs/le-blog.fr/wp-content/plugins/seo-by-rank-math/vendor/wp-media/wp-mixpanel/src/TrackingPlugin.php(44): WPMedia\Mixpanel\Tracking->__construct('517e881edc2636e...', Array) #3 /htdocs/le-blog.fr/wp-content/plugins/seo-by-rank-math/includes/class-tracking.php(71): WPMedia\Mixpanel\TrackingPlugin->__construct('517e881edc2636e...', 'Rank Math Pro 3...', 'RankMath', 'RankMath') #4 /htdocs/le-blog.fr/wp-content/plugins/seo-by-rank-math/rank-math.php(300): RankMath\Tracking->__construct() #5 /htdocs/le-blog.fr/wp-content/plugins/seo-by-rank-math/rank-math.php(185): RankMath->instantiate() #6 /htdocs/le-blog.fr/wp-content/plugins/seo-by-rank-math/rank-math.php(164): RankMath->setup() #7 /htdocs/le-blog.fr/wp-content/plugins/seo-by-rank-math/rank-math.php(547): RankMath::get() #8 /htdocs/le-blog.fr/wp-content/plugins/seo-by-rank-math/rank-math.php(551): rank_math() #9 /htdocs/le-blog.fr/wp-settings.php(560): include_once('/htdocs/le-blog...') #10 /htdocs/le-blog.fr/wp-config.php(102): require_once('/htdocs/le-blog...') #11 /htdocs/le-blog.fr/wp-load.php(50): require_once('/htdocs/le-blog...') #12 /htdocs/le-blog.fr/wp-blog-header.php(13): require_once('/htdocs/le-blog...') #13 /htdocs/le-blog.fr/index.php(17): require('/htdocs/le-blog...') #14 {main} thrown in /htdocs/le-blog.fr/wp-content/plugins/seo-by-rank-math/vendor/wp-media/wp-mixpanel/src/Classes/Mixpanel.php on line 145