[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress Tools panel.
File Size: | 740 lines (22 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
bp_core_admin_tools() X-Ref |
Render the BuddyPress Tools page. since: 2.0.0 |
bp_admin_repair_handler() X-Ref |
Handle the processing and feedback of the admin tools page. since: 2.0.0 |
bp_admin_repair_list() X-Ref |
Get the array of the repair list. return: array |
bp_admin_repair_friend_count() X-Ref |
Recalculate friend counts for each user. return: array since: 2.0.0 |
bp_admin_repair_group_count() X-Ref |
Recalculate group counts for each user. return: array since: 2.0.0 |
bp_admin_repair_blog_records() X-Ref |
Recalculate user-to-blog relationships and useful blog meta data. return: array since: 2.1.0 |
bp_admin_repair_blog_site_icons() X-Ref |
Repair site icons/blog avatars synchronization. return: array since: 7.0.0 |
bp_admin_repair_count_members() X-Ref |
Recalculate the total number of active site members. since: 2.0.0 |
bp_admin_repair_last_activity() X-Ref |
Repair user last_activity data. Re-runs the migration from usermeta introduced in BP 2.0. since: 2.0.0 |
bp_admin_invitations_table() X-Ref |
Create the invitations database table if it does not exist. Migrate outstanding group invitations if needed. return: array since: 6.0.0 |
bp_admin_tools_feedback( $message, $class = false ) X-Ref |
Assemble admin notices relating success/failure of repair processes. return: false|Closure param: string $message Feedback message. param: string|bool $class Unused. since: 2.0.0 |
bp_core_admin_available_tools_page() X-Ref |
Render the Available Tools page. We register this page on Network Admin as a top-level home for our BuddyPress tools. This displays the default content. since: 2.0.0 |
bp_core_admin_available_tools_intro() X-Ref |
Render an introduction of BuddyPress tools on Available Tools page. since: 2.0.0 |
bp_admin_reinstall_emails() X-Ref |
Delete emails and restore from defaults. return: array since: 2.5.0 |
bp_core_admin_notice_repopulate_blogs_resume() X-Ref |
Add notice on the "Tools > BuddyPress" page if more sites need recording. This notice only shows up in the network admin dashboard. since: 2.6.0 |
bp_core_admin_debug_information( $debug_info = array() X-Ref |
Add BuddyPress debug info to the WordPress Site Health info screen. return: array The Site's debug info, including the BuddyPress specific ones. param: array $debug_info The Site's debug info. since: 5.0.0 |
Generated: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |