全新外掛
安裝啟用
—
尚無評分
4039 天前
最後更新
—
問題解決
WordPress 3.0+ v1.0 上架:2014-03-06
內容簡介
這個外掛可以讓你顯示外掛程式被下載的次數。 可以使用簡碼在文章中顯示,也可以使用函數在模板中顯示。
簡碼: [show_downloads slug="外掛程式的slug"]。
函數: <?php plugin_downloads("外掛程式的slug"); ?>
原始程式碼由Harish Chouhan Credit Tuts+ 提供。
外掛標籤
開發者團隊
原文外掛簡介
A plugin that allows you to display the number of times a plugin has been downloaded. Can either be displayed in posts with a shortcode or in templates using a function.
Shortcode: [show_downloads slug="slug-of-plugin"].
Function:
Credit Harish Chouhan Tuts+ for original code.
