WordPress函数文档display_space_usage()

显示空间使用量 描述 Displays the amount of disk space used by th…

显示空间使用量

描述

Displays the amount of disk space used by the current site.

用法

<?php display_space_usage(); ?>

参数

None.

示例

The following are all examples of output when using display_space_usage():

(Note: The <strong> tags wrap the text displayed by display_space_usage() and are not an error in the examples above)

注意

  • According to the source, this function is not currently used in core.

历史

  • 添加于 版本 3.0.0

源文件

display_space_usage() 函数的代码位于 wp-admin/includes/ms.php.

相关

get_space_used(), get_space_allowed()

  • 原文:http://codex.wordpress.org/Function_Reference/display_space_usage
类别:WordPress函数文档

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT