PHP Deprecated in VK_Helpers
-
Method:
VK_Helpers::color_auto_modifi
Line: 267~269
Lightning Version: 15.9.3
PHP Version: 8.2.7記録されるエラーログ(
WP_DEBUG_LOG=1
)はこちら。PHP Deprecated: Implicit conversion from float 223.3 to int loses precision in /path/to/wp-content/themes/lightning/_g3/inc/vk-helpers/package/class-vk-helpers.php on line 267 PHP Deprecated: Implicit conversion from float 50.6 to int loses precision in /path/to/wp-content/themes/lightning/_g3/inc/vk-helpers/package/class-vk-helpers.php on line 268 PHP Deprecated: Implicit conversion from float 42.900000000000006 to int loses precision in /path/to/wp-content/themes/lightning/_g3/inc/vk-helpers/package/class-vk-helpers.php on line 269
単純に
(int)
で型キャストすればよいだけかと思いますし、ヘルパークラスを子テーマで上書きすることもできそうですが、テーマの方でPHP8.2に対応していただく方が良いと思いまして報告します。
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP Deprecated in VK_Helpers’ is closed to new replies.