ms_file_constants()

定义多站点文件常量。

ms_file_constants()

说明(Description)

存在,以便与通过wp includes/ms提供的旧文件向后兼容-文件.php(可湿性粉剂含量/博客.php以亩为单位)。


返回(Return)

无返回值


源码(Source)

/**
 * Defines Multisite file constants.
 *
 * Exists for backward compatibility with legacy file-serving through
 * wp-includes/ms-files.php (wp-content/blogs.php in MU).
 *
 * @since 3.0.0
 */
function ms_file_constants() {
	/**
	 * Optional support for X-Sendfile header
	 * @since 3.0.0
	 */
	if ( !defined( 'WPMU_SENDFILE' ) )
		define( 'WPMU_SENDFILE', false );
 
	/**
	 * Optional support for X-Accel-Redirect header
	 * @since 3.0.0
	 */
	if ( !defined( 'WPMU_ACCEL_REDIRECT' ) )
		define( 'WPMU_ACCEL_REDIRECT', false );
}
更新版本源码位置使用被使用
3.0.0wp-includes/ms-default-constants.php:9800
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索