[ad_1]
Can someone help me deal with these text lines appearing as a sticky element. I updated my PHP recently and they started showing, now I can’t remove them. I tried changing the logo images. Disabled some plugins back and forth and it always shows up… I am desperate 🙂 (and sort of a noob).
[ad_2]
most likely WP_DEBUG is set to true, change it to false. Check your wp-config.php file and set WP_DEBUG to false. Won’t fix the warnings, but they shouldt show up on the frontend anymore.
Its never a good idea to have wp_debug set to true on production.
for reference: https://wordpress.org/support/article/debugging-in-wordpress/