From 223ed04e5f26f933b8749c545e38dcfa0a4a7fd8 Mon Sep 17 00:00:00 2001 From: MaheswarReddy-Manyam Date: Mon, 17 Jun 2024 10:57:37 +0530 Subject: [PATCH] Add error_log statement to test --- core/includes/functions-admin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/includes/functions-admin.php b/core/includes/functions-admin.php index 2e991c99e..a6b608f85 100644 --- a/core/includes/functions-admin.php +++ b/core/includes/functions-admin.php @@ -34,6 +34,8 @@ function setup() { */ function responsive_ask_for_review_notice() { + error_log( 'responsive_ask_for_review_notice' ); + if ( isset( $_GET['page'] ) && 'responsive' === $_GET['page'] ) { return; }