' . "\n"; } } add_action('wp_head', 'shell_google_verification'); function shell_bing_verification() { $options = get_option('shell_theme_options'); if ($options['bing_site_verification']) { echo '' . "\n"; } } add_action('wp_head', 'shell_bing_verification'); function shell_yahoo_verification() { $options = get_option('shell_theme_options'); if ($options['yahoo_site_verification']) { echo '' . "\n"; } } add_action('wp_head', 'shell_yahoo_verification'); /** * Create the options page */ function shell_theme_options_do_page() { if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false; ?>
" . get_current_theme() . __(' Theme Options', 'shell') . ""; ?>