[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-forums/bbpress/bb-includes/ -> functions.bb-statistics.php (summary)

bbPress Forum Content Statistics Functions

File Size: 250 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 21 functions

  get_total_forums()
  total_forums()
  bb_get_total_users()
  bb_total_users()
  get_total_posts()
  total_posts()
  get_total_topics()
  total_topics()
  get_popular_topics()
  bb_inception()
  bb_get_inception()
  get_registrations_per_day()
  registrations_per_day()
  get_posts_per_day()
  posts_per_day()
  get_topics_per_day()
  topics_per_day()
  bb_get_total_topic_tags()
  bb_total_topic_tags()
  bb_get_topic_tags_per_day()
  bb_topic_tags_per_day()

Functions
Functions that are not part of a class:

get_total_forums()   X-Ref
Get the total number of forums

return: int
since: 1.0

total_forums()   X-Ref
Output the number of forums

since: 1.0

bb_get_total_users()   X-Ref
Get the total number of users

return: int
since: 1.0

bb_total_users()   X-Ref
Output the number of users

since: 1.0

get_total_posts()   X-Ref
Get the total number of posts

return: int
since: 0.7.2

total_posts()   X-Ref
Output the number of posts

since: 0.7.2

get_total_topics()   X-Ref
Get the total number of topics

return: int
since: 0.7.2

total_topics()   X-Ref
Output the number of topics

since: 0.7.2

get_popular_topics( $num = 10 )   X-Ref
Get the popular topics

param: int $num Number of topics to return
return: array
since: 0.7.2

bb_inception( $args = '' )   X-Ref
Output the date when current installation was created

param: string|array $args Arguments to pass through to bb_get_inception()
since: 0.8

bb_get_inception( $args = '' )   X-Ref
Get the date when current installation was created

param: string|array $args Formatting options for the timestamp.
return: int
since: 0.8

get_registrations_per_day()   X-Ref
Get the average number of registrations per day

return: int|float
since: 0.7.2

registrations_per_day()   X-Ref
Output the average number of registrations per day

since: 0.7.2

get_posts_per_day()   X-Ref
Get the average number of posts per day

return: int|float
since: 0.7.2

posts_per_day()   X-Ref
Output the average number of posts per day

since: 0.7.2

get_topics_per_day()   X-Ref
Get the average number of topics per day

return: int|float
since: 0.7.2

topics_per_day()   X-Ref
Output the average number of topics per day

since: 0.7.2

bb_get_total_topic_tags()   X-Ref
No description

bb_total_topic_tags()   X-Ref
No description

bb_get_topic_tags_per_day()   X-Ref
No description

bb_topic_tags_per_day()   X-Ref
No description



Generated: Thu Dec 7 01:01:35 2017 Cross-referenced by PHPXref 0.7.1