內容簡介
這是一個簡單的外掛程式,可以提取WordPress上安裝的所有外掛程式的元資訊(例如,外掛程式的版本號、最後更新日期、與WordPress版本的相容性、作者名稱和外掛程式主頁),並將其匯出為CSV檔案。您也可以使用短碼[plugininfo]在網站上顯示此訊息。
一般使用方法
建立外掛程式資訊頁面
前往WP-Admin -> 頁面 -> 新增頁面
在頁面標題區域輸入任何您喜歡的標題
在頁面內容區域中複製並貼上短碼:[plugininfo]
匯出外掛程式資料
前往WP-Admin -> 外掛程式 -> 外掛程式資訊到CSV
點擊下載連結,CSV檔案將會下載。
外掛標籤
開發者團隊
原文外掛簡介
A simple plugin that extracts all the meta information of the plugins installed on your WordPress (like Plugin version number, Last date of update, compatibility with WordPress versions, author name and plugin homepage) and exports it as a CSV file. You can also display this information on your website using a shortcode [plugininfo]
General Usage
To create a Plugins info page
Go to WP-Admin -> Pages -> Add New
Type any title you like in the page’s title area
Copy and paste short code in the page’s content area: [plugininfo]
To export Plugins Data
Go to WP-Admin -> Plugins -> Plugin Info to CSV
Click on download link, CSV file will be downloaded.
