@since: BuddyPress 1.2.0 |
Description |
---|---|
bp_setup_globals() |
Fire the ‘bp_setup_globals’ action, where plugins should initialize global settings. |
bp_setup_globals |
Fires inside the ‘bp_setup_globals’ function, where plugins should initialize global settings. |
bp_setup_nav() |
Fire the ‘bp_setup_nav’ action, where plugins should register their navigation items. |
bp_setup_nav |
Fires inside the ‘bp_setup_nav’ function, where plugins should register their navigation items. |
bp_dtheme_fix_get_posts_on_activity_front() |
In BuddyPress 1.2.x, this forced the page ID as a string to stop the get_posts query from kicking up a fuss. |
bp_dtheme_add_blog_comments_js() |
In BuddyPress 1.2.x, this added the JavaScript needed for blog comment replies. |
bp_dtheme_page_on_front_update() |
In BuddyPress 1.2.x, this function hijacked the saving of page on front setting to save the activity feed setting. |
bp_dtheme_page_on_front_template() |
In BuddyPress 1.2.x, this function loaded the activity feed template if the front page display settings allow. |
bp_dtheme_wp_pages_filter() |
In BuddyPress 1.2.x, this function filtered the dropdown on the Settings > Reading screen for selecting the page to show on front to include “Activity Feed.” As of 1.5.x, it is no longer required. |
groups_notification_promoted_member_subject |
Filters the group promotion notification subject that will be sent to user. |