Skip to content

Rmanaf/wp-heimdall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress Heimdall Plugin

Current Version 1.3.3

This plugin is for tracking your client activities.

Usage

Once the plugin is activated, navigate to Settings > General in your WordPress Dashboard. On the Heimdall section, there you can find all the customization options.

Statistics shortcode

[statistics class='' params='' hook='']

  • The class attribute is the CSS class of the container element. The result will be like below:

    <p data-statistics-value="#" class="<specified-class> statistics-$">#</p>

    # is the number of visitors, and $ is the suffix of the additional CSS class.

    Class Conditions
    statistics-lt-10 Between 0 and 10
    statistics-lt-50 ~ 10 - 50
    statistics-lt-100 ~ 50 - 100
    statistics-lt-500 ~ 100 - 500
    statistics-gt-500 ~ 500 - 1k
    statistics-gt-1k ~ 1k - 5k
    statistics-gt-5k ~ 5k - 10k
    statistics-em-10k ~ 10k - 1m
    statistics-em-1m ~ 1m - 5m
    statistics-em-5m More than 5 million
  • The params attribute is for filtering the result. The following parameters are supported:

    • unique - To get the number of unique visitors.
    • visitors - To get current blog visitors.
    • network - To get website visitors.
    • today - To get records for current date.

    You can pass multiple parameters by using "," (comma).

    [statistics params='unique,today,visitors']
  • The hook attribute is for filtering the result by a specific action hook.

About

This plugin is for tracking your client activities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published