Changeset 3065331
- Timestamp:
- 04/05/2024 09:47:43 AM (2 years ago)
- Location:
- total-user-count-shortcode
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
tags/1.1.2/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
total-user-count-shortcode
-
Property
svn:ignore
set to
.vscode
-
Property
svn:ignore
set to
-
total-user-count-shortcode/tags/1.1.2/readme.txt
r3065321 r3065331 1 1 === Total User Count Shortcode === 2 2 Contributors: morganhvidt 3 Tags: total users, user count, display users, display total users, total user count, user count shortcode, active users, count, amount of users3 Tags: user count, roles, total users, tally 4 4 Author URI: https://puri.io/ 5 5 Author: Morgan Hvidt … … 19 19 20 20 ## Get the user count for specific roles 21 You can now get the amount of users with any role. Use shortcode like this to insert the amount of WooCommerce customers into your page: `[total_user_count role="customer"]` 21 22 You can now get the amount of users with any role. Use shortcode like this to insert the amount of WooCommerce customers into your page: 23 24 ``` 25 [total_user_count role="customer"] 26 ``` 22 27 23 28 ## Tally multiple roles togethers 29 24 30 You can sum multiple user roles together by defining them in the shortcode. 25 31 Here's an enable of subscribers and authors be counted together. 26 32 27 `[total_user_count role="subscriber, author"]` 33 ``` 34 [total_user_count role="subscriber, author"] 35 ``` 28 36 29 37 ## Custom User roles … … 40 48 41 49 ## Use it for social proof 42 I just released Total User Count. Display the number of users any where on your Wordpress site using the shortcode `[total_user_count]` 50 I just released Total User Count. Display the number of users any where on your WordPress site using the shortcode 51 `[total_user_count]` 43 52 44 53 ! Give it a go! -
total-user-count-shortcode/trunk/readme.txt
r3065321 r3065331 1 1 === Total User Count Shortcode === 2 2 Contributors: morganhvidt 3 Tags: total users, user count, display users, display total users, total user count, user count shortcode, active users, count, amount of users3 Tags: user count, roles, total users, tally 4 4 Author URI: https://puri.io/ 5 5 Author: Morgan Hvidt … … 19 19 20 20 ## Get the user count for specific roles 21 You can now get the amount of users with any role. Use shortcode like this to insert the amount of WooCommerce customers into your page: `[total_user_count role="customer"]` 21 22 You can now get the amount of users with any role. Use shortcode like this to insert the amount of WooCommerce customers into your page: 23 24 ``` 25 [total_user_count role="customer"] 26 ``` 22 27 23 28 ## Tally multiple roles togethers 29 24 30 You can sum multiple user roles together by defining them in the shortcode. 25 31 Here's an enable of subscribers and authors be counted together. 26 32 27 `[total_user_count role="subscriber, author"]` 33 ``` 34 [total_user_count role="subscriber, author"] 35 ``` 28 36 29 37 ## Custom User roles … … 40 48 41 49 ## Use it for social proof 42 I just released Total User Count. Display the number of users any where on your Wordpress site using the shortcode `[total_user_count]` 50 I just released Total User Count. Display the number of users any where on your WordPress site using the shortcode 51 `[total_user_count]` 43 52 44 53 ! Give it a go!
Note: See TracChangeset
for help on using the changeset viewer.