[WordPress] 外掛分享: PHPInclusion

首頁外掛目錄 › PHPInclusion
10+
安裝啟用
尚無評分
6237 天前
最後更新
問題解決
WordPress 2.0.2+ v1.1 上架:2008-10-26

內容簡介

PHPInclusion WordPress 外掛允許管理員將一個 PHP 檔案的內容以 include()、require()、require_once() 和 include_once() 函式插入到文章/頁面中。

使用方法:

將以下程式碼複製並貼到您的文章或頁面:

[include: 路徑至您的 PHP 檔案]

[include_once: 路徑至您的 PHP 檔案]

[require: 路徑至您的 PHP 檔案]

[require_once: 路徑至您的 PHP 檔案]

範例:

[include: MyPhpFile.php]

[include: MyDir/MyPhpFile.php]

更多關於 PHPInclusion 外掛的資訊:

http://www.royakhosravi.com/?p=63

外掛標籤

開發者團隊

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

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

原文外掛簡介

PHPInclusion WordPress plugin allows you (admin only) to insert the content of a php file into your post/page with include(), require() , require_once() and include_once() functions.
Usage :
Copy & Past this code into your post or page :
[include:Path to your php file]
[include_once:Path to your php file]
[require:Path to your php file]
[require_once:Path to your php file]
Examples:
[include:MyPhpFile.php]
[include:MyDir/MyPhpFile.php]
More About PHPInclusion Plugin :
http://www.royakhosravi.com/?p=63

延伸相關外掛

文章
Filter
Apply Filters
Mastodon