
內容簡介
使用 WP DISPATCHER 外掛,您可以為檔案上傳建立一個臨時且安全的下載鏈接,您的上傳檔案會安全地存在一個特殊的資料夾中。這些安全的下載鏈接是通過簡碼創建的,您可以在任何地方使用簡碼。每次簡碼呼叫都會生成一個新的下載鏈接,因此要小心在哪裡使用它(最適合在自動電子郵件中使用)。
以下是外掛的其他功能:
為任何檔案創建臨時下載鏈接
在一段時間後自動過期下載鏈接
知道檔案已下載的次數。
首先,請將您的檔案上傳到一個安全的資料夾中。然後,使用 WP 簡碼生成到您的受保護上傳的到期鏈接。
注意:檔案是通過 .htaccess 進行保護。僅在使用 Apache 網頁伺服器的 LAMP 環境中可用。
開發者注意事項:
請在 Github 上創建一個新分支並提交拉取請求:https://github.com/ekntrtmz/wp-dispatcher
SVN 更新注意事項:
將最新版本複製到 Trunk(主幹),並提交更改到Trunk。
將Trunk(主幹)複製到一個新的標記(Tag),標記命名格式使用semver。將更改推送到新標記。
範例:https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/#examples
外掛標籤
開發者團隊
原文外掛簡介
With the plugin WP DISPATCHER you can create an temporary and secure download link for your file uploads. Your uploads are secured in a special folder. The secure download links are created by shortcodes which you can use anywhere. Every shortcode call generates a new download link so be cautious where to use it (best suited within automatic emails).
Create temporary download links for any file
Automatically expire download links after a time limit limit
Know how many times the file has been downloaded.
First upload your files to a secured folder. Then generate expiring links to your protected uploads. Usage with wp shortcodes.
Caution: Files are protected via .htaccess. This works only in LAMP environment with Apache as Webserver.
Developer Note
Create a Pull Request against a new branch on Github: https://github.com/ekntrtmz/wp-dispatcher
SVN Update Note
Copy newest version into trunk and commit changes to trunk.
Copy trunk to a new tag with semver. Push changes to new tag.
Examples: https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/#examples
