Beispiel #1
0
 public static function get_scribe_api_key()
 {
     if (class_exists('Scribe_SEO')) {
         $settings = Scribe_SEO::get_settings();
         $api_key = $settings['api-key'];
     } else {
         $api_key = __('Could not determine the Scribe API Key', 'scribeseo');
     }
     return array('value' => $api_key, 'warn' => false);
 }