[WordPress] 外掛分享: WDS Site Documentation

首頁外掛目錄 › WDS Site Documentation
WordPress 外掛 WDS Site Documentation 的封面圖片
10+
安裝啟用
尚無評分
12 天前
最後更新
問題解決
WordPress 5.2+ PHP 7.4+ v1.1.2 上架:2021-03-24

內容簡介

WDS Site Documentation 外掛讓您能在網站上為客戶提供必要的文件與資源,透過控制台的「Documentation」頁面展示視頻和 PDF 連結,幫助客戶更好地理解其 WordPress 網站。

【主要功能】
• 提供網站管理的視頻和 PDF 文件
• 包含約 70 個網站術語的網路詞彙表
• 每個術語都有獨立頁面,深入解釋
• 支援開發者自訂 URL 和上傳按鈕
• 可自訂頁面橫幅圖像和頁腳文字

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.1.2) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「WDS Site Documentation」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Host documentation for your clients right where they need it most: on the website! This plugin creates a page on the WordPress dashboard called “Documentation” that shows a video and links to a PDF.
Brought to you by the fine folks at WebDevStudios!
Web Glossary
Empower your clients with a comprehensive understanding of their WordPress website. The WDS Site Documentation plugin now includes a brand new Web Glossary featuring approximately 70 essential website terms.
This user-friendly glossary equips your clients with the following:

An easy-to-comprehend definition
Real-world examples
An explanation of why the term is important
And what the term is commonly confused with

Help your clients unravel any vagueness surrounding website management. Each glossary term boasts its own dedicated page, providing in-depth breakdowns to solidify their knowledge. No more mistaking one term for another. The new WDS Site Documentation Web Glossary clarifies any potential ambiguities.
Suggest a web glossary term by emailing [email protected]. Suggested web glossary terms must include definitions.
Filters for developers
The URLs for the movie and PDF files can be modified with the wds_documentation_video_url and wds_documentation_pdf_url filters respectively. For example:
add_filter( 'wds_documentation_pdf_url', function( $pdf_url ) {
return 'https://agency.site/docs/client.pdf';
}, 10, 1 );

The upload buttons can be turned off with the filter wds_documentation_enable_changes. To turn off the buttons, add this code to your theme’s functions.php file:
add_filter( 'wds_documentation_enable_changes', '__return_false', 10 );

The banner image can be modified with wds_documentation_banner_url:
add_filter( 'wds_documentation_banner_url', function( $banner_url ) {
return 'https://agency.site/docs/agency.png';
}, 10, 1 );

The footer text can be customized with wds_documentation_footer:
add_filter( 'wds_documentation_footer', function( $footer ) {
return 'Contact us!';
}, 10, 1 );

延伸相關外掛

文章
Filter
Apply Filters
Mastodon