前言介紹
- 這款 WordPress 外掛「mzz-stat」是 2015-12-31 上架。
- 目前有 100 個安裝啟用數。
- 上一次更新是 2017-03-05,距離現在已有 2981 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.4 以上版本才可以安裝。
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
mjjojo |
外掛標籤
stats | page views | statistics | Hit Counter | visits per page per day |
內容簡介
注意:歡迎提出建議的程式碼變更/拉取請求,這裡是外掛程式的相關 Github 存儲庫:https://github.com/mjassen/mzz-stat
這個外掛的用途
這個外掛的目的是讓 WP 網站管理員知道他們的 WP 網站每個頁面每天有多少訪問量。
這個外掛程式的功能
這個外掛程式對 WordPress 網站上的每個頁面請求記錄一個 URI 名稱。然後在 WordPress 管理員區域中,在儀表板頁面上的 “工具” > “Mzz-stat” 菜單下,會顯示一個報告,其中包括每天檢視 URI (頁面/文章) 的統計數據。因此,通過查看統計頁面,WordPress 管理員可以知道是否有人訪問他們的網站以及在哪天訪問了哪個頁面,以及該頁面的 URI 請求次數。
Mzz-stat 外掛程式的運作方式
安裝並啟用 Mzz-stat 外掛程式後,它會在 WordPress 數據庫中的其他數據庫表旁邊安裝自己的表格。該外掛邏輯使用 wp_footer 動作掛鉤,每次有人請求網站上的任何頁面時,外掛程式都會將該訪問的記錄插入數據庫表格中。然後,任何時候 WordPress 管理員都可以轉到管理員頁面,在“工具” > “Mzz-stat” 菜單下查看儀表板頁面上的報告。其中將列出每個訪問過的頁面(一段時期內)以及每天對該頁面的訪問次數。如果停用了外掛程式,它就不會插入 uri 請求的記錄,除非/直到再次啟用外掛程式。如果刪除了外掛程式,這將完全卸載外掛程式並刪除文件、數據庫表格和數據。
致謝
感謝 CrazyStat (http://www.christosoft.de/CrazyStat) 激勵我,以及感謝這個討論: (https://wordpress.org/support/topic/stats-plugin-8) 幫助導向外掛程式。
原文外掛簡介
Note: Suggested code changes / pull requests are welcome over on the plugin’s companion github repository, here: https://github.com/mjassen/mzz-stat
The Purpose of the plugin
The purpose of the plugin is to show the WP site administrator how many visits per page per day to their WP site.
What the Plugin Does
The plugin records an uri name for each page request on the WordPress site. Then in the WordPress admin area, in the Dashboard menu under Tools > Mzz-stat, a page shows a report of these statistics, including a count of how many URI (page/post) views per day. Thus by looking at the statistics page the WordPress administrator can know whether anyone is visiting their site, and, how many uri requests were made on which page on which day.
How the Mzz-stat plugin works
Upon installing and activating the Mzz-stat plugin, it installs its own table in the WordPress database alongside the other database tables. The plugin logic hooks into the wp_footer action hook, and each time someone requests any page on the site, the plugin inserts a record of that visit into the database table. Then, at any time the WordPress Administrator can go to the Admin page and see the report in the Dashboard menu under Tools > Mzz-stat menu. There will be a list of each page visited (for a time period) along with a count of how many visits for that page per day. If one deactivates the plugin, it will no longer insert records of uri requests unless/until the plugin is again activated. If one deletes the plugin then that will completely uninstall the plugin and remove the files, database table, and data.
Credits
Thanks to CrazyStat ( http://www.christosoft.de/CrazyStat ) for inspiring me and thanks to this discussion: ( https://wordpress.org/support/topic/stats-plugin-8 ) for helping steer the direction of the plugin.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「mzz-stat」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
20151230.2238 | 20160320.2203 | 20160503.2046 | 20170304.1423 |
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。