芝麻web文件管理V1.00
编辑当前文件:/home/r5772835/public_html/ycreate.jp/wp-content/plugins/seo-simple-pack/inc/tab/top_webmaster.php
[__( 'Google Search Console', 'loos-ssp' ), 'google-site-verification' ], 'webmaster_bing' => ['Bing', 'msvalidate.01' ], 'webmaster_baidu' => ['Baidu', 'baidu-site-verification' ], 'webmaster_yandex' => ['Yandex', 'yandex-verification' ], ]; $section_args = []; foreach ( $settings as $key => $data ) { $desc = __( 'Output code ', 'loos-ssp' ) . ' :
<meta name="' . $data[1] . '" content="
' . _x( 'Your code', 'input', 'loos-ssp' ) . '
">
'; $section_args[ $key ] = [ 'title' => sprintf( __( 'Authentication code for %s', 'loos-ssp' ), $data[0] ), 'desc' => $desc, 'class' => '-wide -webmaster', ]; } self::output_section( __( 'Webmaster Tools Certification Code', 'loos-ssp' ), $section_args );