[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/includes/admin/tools/ -> repair.php (summary)

bbPress Admin Repair Page

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

Defines 21 functions

  bbp_admin_repair_page()
  bbp_admin_repair_topic_reply_count()
  bbp_admin_repair_topic_voice_count()
  bbp_admin_repair_topic_hidden_reply_count()
  bbp_admin_repair_forum_topic_count()
  bbp_admin_repair_topic_tag_count()
  bbp_admin_repair_forum_reply_count()
  bbp_admin_repair_forum_hidden_reply_count()
  bbp_admin_repair_user_topic_count()
  bbp_admin_repair_user_reply_count()
  bbp_admin_repair_user_favorites()
  bbp_admin_repair_user_topic_subscriptions()
  bbp_admin_repair_user_forum_subscriptions()
  bbp_admin_repair_user_roles()
  bbp_admin_repair_freshness()
  bbp_admin_repair_sticky()
  bbp_admin_repair_closed_topics()
  bbp_admin_repair_forum_visibility()
  bbp_admin_repair_forum_meta()
  bbp_admin_repair_topic_meta()
  bbp_admin_repair_reply_menu_order()

Functions
Functions that are not part of a class:

bbp_admin_repair_page()   X-Ref
Admin repair page

since: 2.0.0 bbPress (r2613) Converted from bbPress 1.2
since: 2.6.0 bbPress (r5885) Upgraded to list-table UI

bbp_admin_repair_topic_reply_count()   X-Ref
Recount topic replies

since: 2.0.0 bbPress (r2613)
return: array An array of the status code and the message

bbp_admin_repair_topic_voice_count()   X-Ref
Recount topic voices

since: 2.0.0 bbPress (r2613)
return: array An array of the status code and the message

bbp_admin_repair_topic_hidden_reply_count()   X-Ref
Recount non-public replies per topic (pending/spammed/trashed)

since: 2.0.0 bbPress (r2747)
return: array An array of the status code and the message

bbp_admin_repair_forum_topic_count()   X-Ref
Recount forum topics

since: 2.0.0 bbPress (r2613)
return: array An array of the status code and the message

bbp_admin_repair_topic_tag_count()   X-Ref
Recount topic in each topic-tag

since: 2.6.0 bbPress (r6256)
return: array An array of the status code and the message

bbp_admin_repair_forum_reply_count()   X-Ref
Recount forum replies

since: 2.0.0 bbPress (r2613)
return: array An array of the status code and the message

bbp_admin_repair_forum_hidden_reply_count()   X-Ref
Recount non-public forum replies

since: 2.6.0 bbPress (r6922)
since: 2.6.0 bbPress (r6932) Rename to match the topic reply recount function
return: array An array of the status code and the message

bbp_admin_repair_user_topic_count()   X-Ref
Recount topics by the users

since: 2.1.0 bbPress (r3889)
return: array An array of the status code and the message

bbp_admin_repair_user_reply_count()   X-Ref
Recount topic replied by the users

since: 2.0.0 bbPress (r2613)
return: array An array of the status code and the message

bbp_admin_repair_user_favorites()   X-Ref
Repair user favorites

since: 2.0.0 bbPress (r2613)
return: array An array of the status code and the message

bbp_admin_repair_user_topic_subscriptions()   X-Ref
Clean the user topic subscriptions

since: 2.0.0 bbPress (r2668)
return: array An array of the status code and the message

bbp_admin_repair_user_forum_subscriptions()   X-Ref
Clean the user forum subscriptions

since: 2.5.0 bbPress (r5155)
return: array An array of the status code and the message

bbp_admin_repair_user_roles()   X-Ref
This repair tool will map each user of the current site to their respective
forums role. By default, Admins will be Key Masters, and every other role
will be the default role defined in Settings > Forums (Participant).

since: 2.2.0 bbPress (r4340)

bbp_admin_repair_freshness()   X-Ref
Repair the last post in every topic and forum

since: 2.0.0 bbPress (r3040)
return: array An array of the status code and the message

bbp_admin_repair_sticky()   X-Ref
Repair the relationship of sticky topics to the actual parent forum

since: 2.3.0 bbPress (r4695)
return: array An array of the status code and the message

bbp_admin_repair_closed_topics()   X-Ref
Repair closed topics

Closed topics that are missing the post-meta "_bbp_status" key value "publish"
result in unexpected behavior, primarily this would have only occurred if you
had imported forums from another forum package previous to bbPress v2.6,
https://bbpress.trac.wordpress.org/ticket/2577

since: 2.6.0 bbPress (r5668)
return: array An array of the status code and the message

bbp_admin_repair_forum_visibility()   X-Ref
Repair the private and hidden forums

since: 2.2.0 bbPress (r4104)
return: array An array of the status code and the message

bbp_admin_repair_forum_meta()   X-Ref
Repair the parent forum meta for each topic and reply

since: 2.1.0 bbPress (r3876)
return: array An array of the status code and the message

bbp_admin_repair_topic_meta()   X-Ref
Repair the topic for each post

since: 2.1.0 bbPress (r3876)
return: array An array of the status code and the message

bbp_admin_repair_reply_menu_order()   X-Ref
Recalculate reply menu order

since: 2.5.4 bbPress (r5367)
return: array An array of the status code and the message



Generated: Tue Apr 23 01:01:01 2024 Cross-referenced by PHPXref 0.7.1