admin管理员组

文章数量:1122846

When we check view source page of our site, it is displaying below code in all pages :

Array
(
)

below is screenshot :

Requirement :

How to remove that Array() text ? From which file it is coming from ?

When we check view source page of our site, it is displaying below code in all pages :

Array
(
)

below is screenshot :

Requirement :

How to remove that Array() text ? From which file it is coming from ?

Share Improve this question asked Sep 11, 2024 at 7:24 Baby in WpBaby in Wp 1055 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

It might be added during development, most probably coming from Theme or Plugin, The best way to debug is download active plugins and active theme using this plugin Download Plugin/ Theme, and open code in VSCode and search for var_dump, var_export, print_r, die, and etc.

I'd say first search in Theme than go for Plugins.

本文标签: Array() displaying in all pages of admin view page source