最新消息:

WordPress4.9.4后版本添加备案号显示

wordpress ZmmFly 5407浏览 0评论

恢复好以前的数据后,站点从国外VPS迁移回国内,备案号经历一个星期终于下来了。

发现最新版本的wordpress(5.2.1)找不到备案号设置的地方,重新安装也是如此,

百度发现答案:http://tieba.baidu.com/p/6014778816

贴中讲到了在wp-config.php中添加define('WP_ZH_CN_ICP_NUM', true);

但是并不生效,根据内容来到http://www.luoshuizhibin.cn/694.html

同样的问题,确认为缺少文件,即wp-content/languages/zh_cn.php

在cn.wordpress.org下载可找到的最新中文版,打开压缩包却也是缺少该文件。。。

=================分割线=====================

逐一下载对比:

5.0.2:无zh_cn.php
5.0.1:无zh_cn.php
5.0.0:无zh_cn.php
4.9.4:有zh_cn.php

=================分割线=====================

确认4.9.4版本后,/wp-content/languages目录下无zh_cn.php文件

提取该文件,并修改ICP备案系统链接域名为最新域名

=================分割线=====================
提供修改好的文件下载:https://yun.mxtech.ltd/index.php/s/nC8AyBJDNY9NcgE

也可根据文件内容保存文件自行保存为zh_cn.php

上传至/wp-content/languages/目录下

在wp-config.php中添加define('WP_ZH_CN_ICP_NUM', true);

在主题页脚添加<a href="http://beian.miit.gov.cn" rel="external nofollow" target="_blank"><?php echo get_option( 'zh_cn_l10n_icp_num' );?></a>

然后在设置->常规中保存备案号,刷新首页就可以看到了

zh_cn.php文件内容:

<?php
/**
 * WordPress China Localization Patches Collection
 */

/**
 * Legacy database options cleanup
 *
 * Cleanup of all options that were introduced pre-3.4.
 * To save time, this function is only to be called on admin pages.
 *
 * @since 3.4.0
 */
function zh_cn_l10n_legacy_option_cleanup() {
	// 3.3 series
	delete_site_option( 'zh_cn_l10n_preference_patches' );

	// 3.0.5, 3.1 series, 3.2 series
	delete_site_option( 'zh_cn_language_pack_enable_chinese_fake_oembed' );

	// 3.0.1, 3.0.2, 3.0.3, 3.0.4
	delete_site_option( 'zh_cn_language_pack_options_version' );
	delete_site_option( 'zh_cn_language_pack_enable_backend_style_modifications' );

	// awkward ones...
	delete_site_option( 'zh_cn_language_pack_enable_icpip_num_show' );
	delete_site_option( 'zh_cn_language_pack_icpip_num' );
	delete_site_option( 'zh_cn_language_pack_is_configured' );

}
add_action( 'admin_init', 'zh_cn_l10n_legacy_option_cleanup' );


/**
 * Tudou wp_embed handler
 *
 * Embed code last updated:
 *  Tue, 05 Jun 2012 22:23:03 -0400
 *
 * Feel free to submit or correct URL formats here:
 *  http://cn.wordpress.org/contact/
 *
 * @since 3.4.0
 */
function wp_embed_handler_tudou( $matches, $attr, $url, $rawattr ) {
	$embed = sprintf(
		'<embed src="http://www.tudou.com/v/%1$s/&resourceId=0_05_05_99&bid=05/v.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" wmode="opaque" width="480" height="400"></embed>',
		esc_attr( $matches['video_id'] ) );

	return apply_filters( 'embed_tudou', $embed, $matches, $attr, $url, $rawattr );
}
wp_embed_register_handler( 'tudou',
	'#https?://(?:www\.)?tudou\.com/(?:programs/view|listplay/(?<list_id>[a-z0-9_=\-]+))/(?<video_id>[a-z0-9_=\-]+)#i',
	'wp_embed_handler_tudou' );


/**
 * 56.com wp_embed handler
 *
 * Embed code last updated:
 *  Tue, 05 Jun 2012 23:03:29 -0400
 *
 * Feel free to submit or correct URL formats here:
 *  http://cn.wordpress.org/contact/
 *
 * @since 3.4.0
 */
function wp_embed_handler_56com( $matches, $attr, $url, $rawattr ) {
	$matches['video_id'] = $matches['video_id1'] == '' ?
		$matches['video_id2'] : $matches['video_id1'];

	$embed = sprintf(
		"<embed src='http://player.56.com/v_%1\$s.swf'  type='application/x-shockwave-flash' width='480' height='405' allowFullScreen='true' allowNetworking='all' allowScriptAccess='always'></embed>",
		esc_attr( $matches['video_id'] ) );

	return apply_filters( 'embed_56com', $embed, $matches, $attr, $url, $rawattr );
}
wp_embed_register_handler( '56com',
	'#https?://(?:www\.)?56\.com/[a-z0-9]+/(?:play_album\-aid\-[0-9]+_vid\-(?<video_id1>[a-z0-9_=\-]+)|v_(?<video_id2>[a-z0-9_=\-]+))#i',
	'wp_embed_handler_56com' );


/**
 * Youku wp_embed handler
 *
 * Embed code last updated:
 *  Wed, 06 Jun 2012 00:36:11 -0400
 *
 * Feel free to submit or correct URL formats here:
 *  http://cn.wordpress.org/contact/
 *
 * @since 3.4.0
 */
function wp_embed_handler_youku( $matches, $attr, $url, $rawattr ) {
	$embed = sprintf(
		'<embed src="http://player.youku.com/player.php/sid/%1$s/v.swf" allowFullScreen="true" quality="high" width="480" height="400" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash"></embed>',
		esc_attr( $matches['video_id'] ) );

	return apply_filters( 'embed_youku', $embed, $matches, $attr, $url, $rawattr );
}
wp_embed_register_handler( 'youku',
	'#https?://v\.youku\.com/v_show/id_(?<video_id>[a-z0-9_=\-]+)#i',
	'wp_embed_handler_youku' );


/**
 * ICP license number
 *
 * For compliance with the Telecommunications Regulations. Can be turned off
 * in wp-config.php.
 *
 * @since 3.7.0
 */
function zh_cn_l10n_settings_init() {
	if ( defined( 'WP_ZH_CN_ICP_NUM' ) && WP_ZH_CN_ICP_NUM ) {
		add_settings_field( 'zh_cn_l10n_icp_num',
			'ICP备案号',
			'zh_cn_l10n_icp_num_callback',
			'general' );
		register_setting( 'general', 'zh_cn_l10n_icp_num' );
	}
}

add_action( 'admin_init', 'zh_cn_l10n_settings_init' );

function zh_cn_l10n_icp_num_callback() {
	echo '<input name="zh_cn_l10n_icp_num" type="text" ' .
		'id="zh_cn_l10n_icp_num" value="' .
		esc_attr( get_option( 'zh_cn_l10n_icp_num' ) ) .
		'" class="regluar-text ltr" />' .
		'<p class="description">仅对WordPress自带主题有效。</p>';
}

function zh_cn_l10n_icp_num( $content ) {
	if ( defined( 'WP_ZH_CN_ICP_NUM' ) && WP_ZH_CN_ICP_NUM &&
			get_option( 'zh_cn_l10n_icp_num' ) ) {
		echo '<a href="http://beian.miit.gov.cn/" rel="nofollow" ' .
			'title="工业和信息化部ICP/IP地址/域名信息备案管理系统">' .
			esc_attr( get_option( 'zh_cn_l10n_icp_num' ) ) .
			 "</a>\n";
	}
}

add_action( 'twentyten_credits', 'zh_cn_l10n_icp_num' );
add_action( 'twentyeleven_credits', 'zh_cn_l10n_icp_num' );
add_action( 'twentytwelve_credits', 'zh_cn_l10n_icp_num' );
add_action( 'twentythirteen_credits', 'zh_cn_l10n_icp_num' );
add_action( 'twentyfourteen_credits', 'zh_cn_l10n_icp_num' );
add_action( 'twentyfifteen_credits', 'zh_cn_l10n_icp_num' );
add_action( 'twentysixteen_credits', 'zh_cn_l10n_icp_num' );
add_action( 'twentyseventeen_credits', 'zh_cn_l10n_icp_num' );
?>

转载请注明:神奇海域 » WordPress4.9.4后版本添加备案号显示

发表我的评论
取消评论

Protected by WP Anti Spam

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址