wp_get_upload_dir
函数
wp_get_upload_dir ( No parameters )
- 返回值
-
- (array) See wp_upload_dir() for description.
- 相关
-
- wp_upload_dir()
- 定义位置
-
-
wp-includes/functions.php
, line 2300
-
wp-includes/functions.php
- 引入
- 4.5.0
- 弃用
- –
Retrieves uploads directory information.
Same as wp_upload_dir() but “light weight” as it doesn’t attempt to create the uploads directory.
Intended for use in themes, when only ‘basedir’ and ‘baseurl’ are needed, generally in all cases
when not uploading files.
function wp_get_upload_dir() { return wp_upload_dir( null, false ); }
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。