Warning: Array to string conversion in PHP 8.2
-
I have something like this after enabling PHP 8.2:
Warning: Array to string conversion in /usr/home/admin/domains/domain.com/public_html/wp-content/themes/mytheme/class-wp-bootstrap-navwalker.php on line 184 in PHP 8.2
How to fix it?
https://github.com/wp-bootstrap/wp-bootstrap-navwalker (v4.3.0)
https://github.com/wp-bootstrap/wp-bootstrap-navwalker/blob/master/class-wp-bootstrap-navwalker.php
I replace join to implode and it’s not working again
- This topic was modified 3 years, 2 months ago by .
- This topic was modified 3 years, 2 months ago by .
- This topic was modified 3 years, 2 months ago by .
- This topic was modified 3 years, 2 months ago by .
- This topic was modified 3 years, 2 months ago by .
- This topic was modified 3 years, 2 months ago by .
- This topic was modified 3 years, 2 months ago by .
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Warning: Array to string conversion in PHP 8.2’ is closed to new replies.