Killian

Results 14 comments of Killian

Hi, Thanks for your reply! Yes I have a value in `current_page_id`, example: https://lamacompta.co/entreprise/adecia/ ![image](https://user-images.githubusercontent.com/13987239/136938399-dc7f1f8d-a9f8-4a0f-a86e-509c2e3d7cb2.png)

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: ![image](https://user-images.githubusercontent.com/13987239/137646282-9a8035d9-038f-4631-bbb9-9b4d92116cd6.png):

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 :/ ![image](https://user-images.githubusercontent.com/13987239/138072792-6ec1fd41-2730-4a7d-bdfb-65dc1bfc1041.png)

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...