Mostafa Soufi
Mostafa Soufi
Hey, when do think guys you will work on? Thanks!
Hi, have you recently installed any cache plugin on your WordPress?
Hi, Thank you for opening the issue and your feedback! That's weird, can you please make sure the what's the value of `current_page_id` in the request? ![Screen Shot 2021-09-30 at...
Can you please tell me where and which line did you put the `var_dump`?
Weird, worked fine with that function to change the REST API prefix! Let's try changing the priority of the hook or move it to a different place, `function.php` or something...
I changed the REST API Prefix by that function through the child-theme, worked fine! You need just to update the **Permalink** by pressing the **Save Changes** button.
If still doesn't work, just play around with the WP-Statistics's hooks priority. ``` diff --git a/includes/api/v2/class-wp-statistics-api-hit.php b/includes/api/v2/class-wp-statistics-api-hit.php index 541abe31..c3e7ab46 100644 --- a/includes/api/v2/class-wp-statistics-api-hit.php +++ b/includes/api/v2/class-wp-statistics-api-hit.php @@ -24,7 +24,7 @@ class Hit...
Good point! let's test in a fresh WordPress installation.
Weird indeed, have you changed the robot's configuration recently? @craigconstantine
When the **Cache Compatibility option is enabled**, then you can see the REST API request in the Network XHR panel. If the counter does not work, probably related to a...