Killian
Killian
Hi, Thanks for your reply! Yes I have a value in `current_page_id`, example: https://lamacompta.co/entreprise/adecia/ 
I put the var_dump here: File `wp-statistics/includes/class-wp-statistics-pages.php`: ``` /** * Get WordPress Page Type */ public static function get_page_type() { //Set Default Option $current_page = array("type" => "unknown", "id" =>...
Weird indeed :/ I put var_dump in different places, and it appears that it is WP Statistics that loads first: :
The head of my Child Theme functions.php: ```
Ok so similar to my case... I think I will test on clean installation and add parent theme, child theme and extensions one by one to test. Yes I already...
Unfortunately it's the same result :/ 
And if we put filters in function called after `rest_url_prefix` hook, like that: ``` /** * WP_Statistics Hits Class. * * @throws \Exception */ public function __construct() { # Sanitize...
You're really good in SEO 😎
I think it's not a db table problem @craigconstantine. @craigconstantine and @dannymasao do you override the WP API prefix? The default API prefix is "wp-json" (https://mywebsite.com/wp-json). For me, it's because...
> `¯\_(ツ)_/¯ ` > > I don't have Cache Compat enabled on 4 other WP sites, where "top pages" is showing data. On one of my sites, I've now enabled...