Conversation
supportI received the following fatal error when the plugin is enabled: Fatal error: Uncaught TypeError: implode(): Argument #1 ($array) must be of type array, string given in /inc/render/fonts.php (line 53) I ran this error through ChatGPT to help interpret it, and it indicated that the issue is likely related to font handling, where variables such as $heading_subsets or $content_subsets may sometimes be undefined or not arrays, causing implode() to fail under PHP 8.x when building the Google Fonts URL. The error occurs during maintenance mode rendering (before the theme loads). Disabling the plugin resolves the issue. Environment: WordPress: current version PHP: 8.2.30 Theme: Kadence Thanks in advance.
No comments were stored for this source.