Last active
July 4, 2016 15:49
-
-
Save ndiego/b1d392a166d0a3bba73476f38de29045 to your computer and use it in GitHub Desktop.
Easy Plugin Stats - Demos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Aggregate stats demo for Easy Plugin Stats --> | |
...WordPress community. My code is currently running on <strong>[eps type="aggregate" slug="blox-lite genesis-columns-advanced genesis-featured-page-advanced genesis-custom-headers" field="active_installs"]+</strong> websites and has been downloaded <strong>[eps type="aggregate" slug="blox-lite genesis-columns-advanced genesis-featured-page-advanced genesis-custom-headers" field="downloaded"]</strong> times... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Default shortcode for Easy Plugin Stats --> | |
[eps type="single" slug="" field="active_installs" cache="43200" before="" after=""] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Single stats demo for Easy Plugin Stats --> | |
<!-- Sidebar Stats --> | |
[eps slug="easy-plugin-stats" field="star_rating" ] ([eps slug="easy-plugin-stats" field="num_ratings" ])<br> | |
Current Version: [eps slug="easy-plugin-stats" field="version" ]<br> | |
Active Installs: [eps slug="easy-plugin-stats" field="active_installs" ]+<br> | |
Last Updated: [eps slug="easy-plugin-stats" field="last_updated" ]<br> | |
<!-- Opening tagline --> | |
[eps slug="easy-plugin-stats" field="short_description"] | |
<!-- Installation Instructions --> | |
[eps slug="easy-plugin-stats" field="installation"] | |
<!-- Changelog Instructions --> | |
[eps slug="easy-plugin-stats" field="changelog"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment