request_filesystem_credentials()

request_filesystem_credentials( string $form_post, stri…

request_filesystem_credentials( string $form_post, string $type = , bool|WP_Error $error = false, string $context = , array $extra_fields = null, bool $allow_relaxed_file_ownership = false )

向用户显示一个表单,以请求其FTP/SSH详细信息,以便连接到文件系统。
Displays a form to the user to request for their FTP/SSH details in order to connect to the filesystem.

目录锚点:#说明#参数#返回#源码#笔记


说明(Description)

将保存所有选定/输入的详细信息,密码除外。


参数(Parameters)

参数 类型 必填 说明
$form_post (string) 必需 将表单投递到的URL。
$type (string) 可选 选择的文件系统类型。
$error (bool | WP_Error) 可选 当前请求是连接失败,还是错误对象。
$context (string) 可选 测试为可写的目录的完整路径。
$extra_fields (array) 可选 要检查是否包含在文章中的额外文章字段。
$allow_relaxed_file_ownership (bool) 可选 是否允许组/世界可写。

返回(Return)

(bool|array)如果不需要文件系统凭据,则为True;如果需要但尚未提供凭据,则为false;如果需要并已提供凭据,则为凭据数组。


源码(Source)


更新版本 源码位置 使用 被使用
4.6.0 wp-admin/includes/file.php:1972 8 20

笔记(Notes)

用法

类别:WordPress 函数手册

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

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册