#5940 closed enhancement (fixed)
BP Core Hooks Documentation
Reported by: | tw2113 | Owned by: | tw2113 |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: | jaimie.olmstead@… |
Description
This ticket will be where all BP Core patches go for the Hooks Documentation.
Relevant files:
bp-core-actions.php
bp-core-admin.php
bp-core-adminbar.php
bp-core-avatars.php
bp-core-buddybar.php
bp-core-cache.php
bp-core-caps.php
bp-core-catchuri.php
bp-core-classes.php
bp-core-component.php
bp-core-cssjs.php
bp-core-dependency.php
bp-core-filters.php
bp-core-functions.php
bp-core-loader.php
bp-core-moderation.php
bp-core-options.php
bp-core-template-loader.php
bp-core-template.php
bp-core-theme-compatibility.php
bp-core-update.php
bp-core-widgets.php
bp-core-wpabstraction.php
admin/bp-core-actions.php
admin/bp-core-components.php
admin/bp-core-functions.php
admin/bp-core-schema.php
admin/bp-core-settings.php
admin/bp-core-slugs.php
admin/bp-core-tools.php
Attachments (1)
Change History (42)
#1
@
10 years ago
- Milestone changed from Awaiting Review to Future Release
- Type changed from enhancement to task
#2
@
10 years ago
- Cc jaimie.olmstead@… added
We have patched and done documentation for the BP core widgets file.
#3
@
10 years ago
- Owner set to tw2113
- Status changed from new to assigned
Hi @jaimieolmstead
First all of, many thanks for contributing to BuddyPress, and uploading a patch. We'll review it as soon as possible.
#5
@
10 years ago
Needing some direction on the bp_core_get_specific_users_count_sql
filter from class-bp-core-user.php We use the same filter for both a $total_users_sql
SQL statement as well as a $paged_users_sql
. They are definitely different in terms of the SQL statement, but we provide no way to differentiate.
Moving into Future Release; we can keep these here and move them into particular releases' milestones as we commit things (or work on them).