filesystem_method

過濾鉤子
apply_filters( 'filesystem_method', $method, $args, $context, $allow_relaxed_file_ownership )
引數
  • (string) $method Filesystem method to return.
    Required:
  • (array) $args An array of connection details for the method.
    Required:
  • (string) $context Full path to the directory that is tested for being writable.
    Required:
  • (bool) $allow_relaxed_file_ownership Whether to allow Group/World writable.
    Required:
定義位置
相關勾子
filesystem_method_filerequest_filesystem_credentialsdelete_commentdeleted_commentdelete_postmeta
相關方法
get_filesystem_methodwp_filesystemdelete_metais_site_meta_supporteddelete_metadatadelete_term_meta
引入
2.6.0
棄用
-

filesystem_method是一個過濾器鉤子,允許開發者改變WordPress用來執行檔案操作的檔案系統方法,如安裝外掛、更新主題和建立備份。預設值是”direct”,但可以改成”ftpext”或”ftpsockets”,以使用FTP進行檔案操作。

過濾要使用的檔案系統方法。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
return apply_filters( 'filesystem_method', $method, $args, $context, $allow_relaxed_file_ownership );
return apply_filters( 'filesystem_method', $method, $args, $context, $allow_relaxed_file_ownership );
return apply_filters( 'filesystem_method', $method, $args, $context, $allow_relaxed_file_ownership );

常見問題

FAQs
檢視更多 >