jemand
Member
- Oct 18, 2022
- 23
- 37
- 13
I nulled it, therefore I tested it for suuuure, just not all functionalities.
GA is still using API as I mentioned before.
GA is still using API as I mentioned before.
Still using same API and everything:Hi everyone, unfortunately the API returns{"error":true,"message":"Unauthorised access"}
Probably because of the license key parameter that is being sent in the request.
I suggest that we create custom VueJS cards with our own GA4 integration.
PHP:/** * Fetches Analytics data * @since 1.4 */ public function uip_get_analytics_request($dateObject) { . . . $debug = new uipress_debug(); $string = $debug->get_string("key"); // Gets the Key $instanceid = $debug->get_string_local("instance"); // Causes Fatal Error $access_token = $this->uipress_get_access_token(); // Found Empty when VarDump since no a.t. was saved $domain = get_home_url(); // FQDN $uip_query = "code=" . $code; // GA Access Token I think $uip_query = $uip_query . "&key=" . $string; // License Key $uip_query = $uip_query . "&instance=" . $instanceid; // Empty bc of previous Fatal Err $uip_query = $uip_query . "&d=" . $domain; $uip_query = $uip_query . "&uip_token=" . $access_token; // Found Empty when VarDump //error_log("https://analytics.uipress.co/view.php?" . $uip_query); // Logs the full request $remote = wp_remote_get("https://analytics.uipress.co/view.php?" . $uip_query, [ "timeout" => 10, "headers" => [ "Accept" => "application/json", ], ]); . . . $returndata["error"] = true; $returndata["message"] = __("Unable to fetch analytics data at this moment. Please try again later", "uipress"); return $returndata; }
$theQuery = sanitize_url("https://analytics.uipress.co/view.php?code={$code}&view={$view}&key={$key}&instance={$instance}&uip3=1&gafour=true&d={$domain}&uip_token=$token");
Download UiPress v3.0.1 - Modern Wordpress Dashboard Theme Nulled Free
= V3.0.1 = Release Date - 22 November 2022 Thanks To @jemand
* Fixed bug where uninstalling / deactivating uipress pro without uipress lite active would cause a critical error and prevent from deactivating
* Added option to advanced menu editor to reset custom menu
* Made changes to negate cache issues when updating
* Added options to advanced menu editor to allow you to set items to open in...
Download UiPress v3.0.2 - Modern Wordpress Dashboard Theme Nulled Free
= v3.0.2 =
*Release Date - 24 November 2022*
* Fixed bug with iframe block where custom links would sometimes not show
* Added user meta block
* Added style block for editing chart canvas
You need to remove old version 2.X and keep only 3.X versions
Thanks, what changed? Can I see it somewhere before i implement the change?You need to remove old version 2.X and keep only 3.X versions
See here:Thanks, what changed? Can I see it somewhere before i implement the change?
Wow it's an amazing upgrade!See here:this video explains in a complete way
Also, don't forget to install uip v3 lite from the wordpress plugins section, it is required for uipv3 pro, just like Elementor and Elementor Pro.
I think so tooThe v3 is pretty cool being fast and everything, but it changes how the plugin works... many features like import export settings or menus weren't ported to the v3 since it uses the uibuilder... so pay attention. I would keep using v2 for 99% of my sites v3 only for the new ones.
= 3.0.3 =
*Release Date - 2 December 2022 November 2022*
* Added option to set login redirect url / homepasge on the content page block
* Added new user role editor tool
* Added pro site settings like, enqueue styles, scripts, hide uipress from the plugin table and other options
* Added option to buttons to run custom js code on click
* Added option to hide plugin notices
Download UiPress v3.0.3 - Modern Wordpress Dashboard Theme Nulled Free
= 3.0.3 =
*Release Date - 2 December 2022 November 2022*
* Added option to set login redirect url / homepasge on the content page block
* Added new user role editor tool
* Added pro site settings like, enqueue styles, scripts, hide uipress from the plugin table and other options
* Added option to buttons to run custom js code on click
* Added option to hide plugin notices