前言介紹
- 這款 WordPress 外掛「EDD Hide Download」是 2013-07-27 上架。
- 目前有 700 個安裝啟用數。
- 上一次更新是 2022-11-09,距離現在已有 906 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.9 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 5.3 以上。
- 有 7 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
am | smub | cklosows | zkawesome | littlerchicken | easydigitaldownloads |
外掛標籤
ecommerce | hide product | landing page | purchase funnel | easy digital downloads |
內容簡介
此外掛需要Easy Digital Downloads。
如果您已經建立了自訂的登陸頁面或購買漏斗,可以隱藏 Easy Digital Downloads 產品的默認產品頁面,並將用戶重定向到您的漏斗。這可以使您優化購買漏斗並增加收益。
EDD Hide Download 允許您:
1. 隱藏下載,使其不會出現在自訂文章類型存檔頁面上、任何地方使用 [downloads] 簡碼或任何頁面模板上的自訂查詢的任何地方
2. 防止直接訪問下載產品頁面。 瀏覽器將重定向用戶到網站的首頁。
3. 結合隱藏下載和防止直接訪問
此外掛在以下情況下非常有用:
您已經建立了產品登陸頁面,並插入了購買按鈕到您的產品。 由於登陸頁面包含所有所需的產品信息,因此您可以隱藏其餘站點上的產品,甚至防止直接訪問。
您添加了產品(例如支持套餐),不應與您列出的其他產品一起使用。 在這種情況下,我們只需將其隱藏,以避免與其他產品出現,並使用簡碼在所需出現的位置插入它。
篩選器示例
基於下載 ID 更改重定向的示例篩選器。 將此功能複製到您的子佈景主題的 functions.php 或自定義插件中
function sumobi_custom_edd_hide_download_redirect( $url ) {
// 下載具有 ID 17
if ( '17' == get_the_ID() ) {
$url = 'http://easydigitaldownloads.com'; // 重定向使用者到另一個外部URL
}
// 下載具有 ID 15
if( '15' == get_the_ID() ) {
$url = get_permalink( '8' ); // 重定向到另一個下載,其 ID 為 8
}
// 返回我們的新 URL
return $url;
}
add_filter( 'edd_hide_download_redirect', 'sumobi_custom_edd_hide_download_redirect' );
全域更改重定向的示例篩選器。 將此功能複製到您的子佈景主題的 functions.php 或自定義插件中
function sumobi_custom_edd_hide_download_redirect_url( $url ) {
$url = get_permalink( '8' ); // 重定向到另一個下載,文章或頁面
return $url;
}
add_filter( 'edd_hide_download_redirect', 'sumobi_custom_edd_hide_download_redirect' );
透過 Easy Digital Downloads Pro 獲取更多
原文外掛簡介
This plugin requires Easy Digital Downloads.
If you’ve created a custom landing page or purchase funnel, hide the default product page of an Easy Digital Downloads product from users, and redirect them to your funnel. This allows you to optimize your purchase funnel and increase revenue.
EDD Hide Download allows you to:
1. Hide a download so it doesn’t appear on the custom post type archive page, anywhere where the [downloads] shortcode is being used, or any custom query on a page template
1. Prevent direct access to the download product page. The browser will redirect the user to the site’s homepage.
1. Do a combination of hiding the download and preventing direct access to it
This plugin is extremely useful in the following situations:
You’ve created a product landing page and inserted a buy now button to your product. Since the landing page contains all the required product information, you can hide the product on the rest of your site and even prevent direct access to it.
You’ve added a product (eg support package) that shouldn’t sit with your other products you have listed. In this case we can simply hide it from appearing with the other products and insert it where we’d like it to appear using the shortcode.
Filter example
Example filter of how you can change the redirect based on the download ID. Copy this function to your child theme’s functions.php or custom plugin
function sumobi_custom_edd_hide_download_redirect( $url ) {
// download has ID of 17
if ( '17' == get_the_ID() ) {
$url = 'http://easydigitaldownloads.com'; // redirect user to another external URL
}
// download has ID of 15
if( '15' == get_the_ID() ) {
$url = get_permalink( '8' ); // redirect to another download which has an ID of 8
}
// return our new URL
return $url;
}
add_filter( 'edd_hide_download_redirect', 'sumobi_custom_edd_hide_download_redirect' );
Example filter of how you can globally change the redirect. Copy this function to your child theme’s functions.php or custom plugin
function sumobi_custom_edd_hide_download_redirect_url( $url ) {
$url = get_permalink( '8' ); // redirect to another download, post or page
return $url;
}
add_filter( 'edd_hide_download_redirect', 'sumobi_custom_edd_hide_download_redirect' );
Get more with Easy Digital Downloads Pro
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「EDD Hide Download」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.1 | 1.2 | 1.0.1 | 1.1.1 | 1.1.2 | 1.1.3 | 1.1.4 | 1.1.5 | 1.2.1 | 1.2.2 | 1.2.3 | 1.2.4 | 1.2.5 | 1.2.6 | 1.2.7 | 1.2.8 | 1.2.9 | trunk | 1.2.10 | 1.2.11 | 1.2.11.1 |
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。