Plugin Directory

Changeset 3065331


Ignore:
Timestamp:
04/05/2024 09:47:43 AM (2 years ago)
Author:
morganhvidt
Message:

Updated readme

Location:
total-user-count-shortcode
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • total-user-count-shortcode

    • Property svn:ignore set to
      .vscode
  • total-user-count-shortcode/tags/1.1.2/readme.txt

    r3065321 r3065331  
    11=== Total User Count Shortcode ===
    22Contributors: morganhvidt
    3 Tags: total users, user count, display users, display total users, total user count, user count shortcode, active users, count, amount of users
     3Tags: user count, roles, total users, tally
    44Author URI: https://puri.io/
    55Author: Morgan Hvidt
     
    1919
    2020## 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
     22You 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```
    2227
    2328## Tally multiple roles togethers
     29
    2430You can sum multiple user roles together by defining them in the shortcode.
    2531Here's an enable of subscribers and authors be counted together.
    2632
    27 `[total_user_count role="subscriber, author"]`
     33```
     34[total_user_count role="subscriber, author"]
     35```
    2836
    2937## Custom User roles
     
    4048
    4149## 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]`
     50I just released Total User Count. Display the number of users any where on your WordPress site using the shortcode
     51`[total_user_count]`
    4352
    4453! Give it a go!
  • total-user-count-shortcode/trunk/readme.txt

    r3065321 r3065331  
    11=== Total User Count Shortcode ===
    22Contributors: morganhvidt
    3 Tags: total users, user count, display users, display total users, total user count, user count shortcode, active users, count, amount of users
     3Tags: user count, roles, total users, tally
    44Author URI: https://puri.io/
    55Author: Morgan Hvidt
     
    1919
    2020## 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
     22You 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```
    2227
    2328## Tally multiple roles togethers
     29
    2430You can sum multiple user roles together by defining them in the shortcode.
    2531Here's an enable of subscribers and authors be counted together.
    2632
    27 `[total_user_count role="subscriber, author"]`
     33```
     34[total_user_count role="subscriber, author"]
     35```
    2836
    2937## Custom User roles
     
    4048
    4149## 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]`
     50I just released Total User Count. Display the number of users any where on your WordPress site using the shortcode
     51`[total_user_count]`
    4352
    4453! Give it a go!
Note: See TracChangeset for help on using the changeset viewer.