webmasterTools) ||!is_object($aioseoSetting->webmasterTools)) { return; } $webmasterTools = $aioseoSetting->webmasterTools; if ('' !== get_option('kompass_seo_google_verification', '')) { update_option('kompass_seo_google_verification', $webmasterTools->google); } if ('' !== get_option('kompass_seo_bing_verification', '')) { update_option('kompass_seo_bing_verification', $webmasterTools->bing); } } public static function setup() { if (get_option('permalink_structure') === '') { update_option('permalink_structure', '/%postname%/'); flush_rewrite_rules(); } } }