PageRenderTime 46ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/wp-content/plugins/membership/membershipincludes/help/help.dashboard.php

https://github.com/bfay/maniacal-kitten
PHP | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | e6fa7635441c5c10a043d4668a4ce07f MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0, AGPL-1.0, LGPL-3.0, LGPL-2.1
  1. <h2><?php _e('Membership Dashboard', 'membership'); ?></h2>
  2. <p><?php _e('The membership dashboard page shows a summary of the current status of your system, including the number of subscriptions and levels, and the number of users / members in each of them. This page is split into different areas each with a heading.', 'membership'); ?></p>
  3. <h2><?php _e('Members', 'membership'); ?></h2>
  4. <p><?php _e('The Members area shows the current status of your plugin (whether it is enabled or disabled), the Levels and Susbscriptions that you have set up and the number of members assigned to each one as well as the total number of users for your site and the number of those currently active.', 'membership'); ?></p>
  5. <h2><?php _e('News', 'membership'); ?></h2>
  6. <p><?php _e('The News area shows the last few operations that have occured on your site. The news system records the movement of a user through your system and is handy for keeping track of recent events.', 'membership'); ?></p>
  7. <h2><?php _e('Statistics', 'membership'); ?></h2>
  8. <p><?php _e('The Statistics area shows the current number of members on each of your levels and subscriptions, as well as the recent sign-up activity in handy graph form.', 'membership'); ?></p>