
內容簡介
WP Enterprise Extension (WEX) 是一款多功能外掛,可添加一系列增強功能,以定制 WordPress,使其適用於企業環境。它添加了額外的媒體上傳類型,自定義文章和頁面編輯頁面,並啟用批量安裝安全和用戶管理外掛 (改善組織中 WordPress 實例的一致性)。
WEX 還將添加一個新的頁面模板 -“空白”模板,這是一個實用模板,可以讓開發人員創建非 HTML 頁面。
ACF 內容字段
WEX 增強的核心是對文章/頁面系統的修改。它添加了以下部分到文章/頁面:
Head Tag 定製器
許多文章/頁面需要自定義 CSS、JavaScript,或在罕見情況下,獨特的 meta 標籤 (不包括 SEO meta 標籤)。"Head Tag 定製"部分使得可以插入CSS和任何其他標籤 (通常是JavaScript) 到頁面的 head 標籤中。
自定義 CSS 部分將插入到 link 標籤內,輸出后包含外部 CSS 文件。
自定義 Meta/JavaScript 部分將總體輸出到 head 標籤中。
兩個字段都能識別和處理短碼。
自定義頁腳代碼
該字段將在頁面的最底部注入 HTML。雖然它可以用於顯示內容,但它真正的目的是供開發人員放置代碼,例如 JavaScript 或一次性跟踪像素,或任何其他需要代碼必須在頁面底部的用途。
短碼
[theme_uri] - 輸出博客和活動主題文件夾的完整 URL
[blog_uri] - 類似 site_url() 的短碼等效。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
The WP Enterprise Extension (WEX) is a multi-function plugin that adds a set of enhancements to tailor wordpress to an enterprise setting. It adds additional media upload types, customizes the post & page edit pages, and enables bulk installation of security and user management plugins (improving consistency across instances of wordpress in an organization).
WEX will additionally add a new page template – “Blank” which is a utility template that enables developers to create non-html pages.
ACF Content Fields
The centerpiece of the WEX enhancements are the modifications to the post/page system. It adds the following sections to the post/page:
Head Tag Customizer
Many posts/pages will need customized CSS, Java-script, or in rare cases, unique meta tags (this does NOT include the SEO meta tags). The �Head Tag Customization� section enables the insertion of CSS and any other tags (usually Java-script) into the of the page.
The Custom CSS section will be inserted inside a tag, output below the inclusion of the external CSS files.
The Custom Meta / Java-script section will be summarily output into the section.
Both fields recognize and process shortcodes.
Custom Footer Code
This field will inject HTML at the very bottom of the page. While it can be used to display content, it�s real intended use is for developers to place code such as Java-script or one-off tracking pixels, or any other use where the code MUST be at the bottom of the page.
Shortcodes
[theme_uri] – outputs the full URL of the blog and the active theme folder
[blog_uri] – shortcode equivalent of site_url()
