-
If I implement a hard coded fix then I get the same errors but for diffent lines of code in options,php
Warning: Illegal string offset ‘connected’ in /var/www/html/wp-content/plugins/seo-by-rank-math/includes/helpers/class-conditional.php on line 76/**
* Check if the site is connected to the Rank Math API.
*
* @return bool
*/
public static function is_site_connected() {
$registered = Admin_Helper::get_registration_data();return false !== $registered && $registered[‘connected’];
}
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The ticket ‘Illegal string offset ‘connected’’ is closed to new replies.