Hooks |
Description |
---|---|
bp_core_get_table_prefix |
Filters table prefix. |
bp_core_get_tools_settings_admin_tabs |
Filters the tab data used in our wp-admin screens. |
bp_core_get_total_member_count |
Filters the total number of members for the installation. |
bp_core_get_total_users_sql |
Filters the SQL used to query for total users. |
bp_core_get_user_displayname |
Filters the display name for the passed in user. |
bp_core_get_user_domain |
Filters the domain for the passed user. |
bp_core_get_user_email |
Filters the user email for user based on user ID. |
bp_core_get_userid |
Filters the ID of a user, based on user_login. |
bp_core_get_userid_from_nicename |
Filters the user ID based on user_nicename. |
bp_core_get_userlink |
Filters the link text for the passed in user. |
bp_core_get_userlink_by_email |
Filters the user link for the user based on user email address. |
bp_core_get_userlink_by_username |
Filters the user link for the user based on username. |
bp_core_get_username |
Filters the username based on originally provided user ID. |
bp_core_get_users |
Filters the results of the user query. |
bp_core_get_users_admin_tabs |
Filters the tab data used in our wp-admin screens. |
bp_core_gravatar_email |
Filters the Gravatar email to use. |
bp_core_hide_display_name_field |
Filters Hide Display name field. |
bp_core_illegal_names |
Filters the array of default illegal names. |
bp_core_illegal_usernames |
Filters the array of default illegal usernames. |
bp_core_inetegrations_included |
Fires after the loading of individual integrations. |
bp_core_install_bbp_emails |
Fires after BuddyPress adds the posts for its bbp emails. |
bp_core_install_emails |
Fires after BuddyPress adds the posts for its emails. |
bp_core_install_group_message_email |
Fires after BuddyPress adds the posts for its bbp emails. |
bp_core_install_invitations |
Fires after BuddyPress adds the invitations table. |
bp_core_install_invites_email |
Fires after BuddyPress adds the posts for its bbp emails. |
bp_core_integrations_included |
Fires after the loading of individual integrations. |
bp_core_loaded |
Fires before the loading of individual components and after BuddyBoss Core. |
bp_core_login_redirect |
Filters whether or not to redirect. |
bp_core_login_redirect_to |
Filters the URL to redirect users to upon successful login. |
bp_core_members_shortlink_slug |
Shortlink slug to redirect to logged-in user. |
bp_core_mysteryman_src |
Filters the Mystery person avatar src value. |
bp_core_network_options |
Filters multisite options retrieved from sitemeta. |
bp_core_new_nav_item |
Fires after adding an item to the main BuddyPress navigation array. |
bp_core_no_access |
Filters the arguments used for user redirecting when visiting access controlled areas. |
bp_core_notification_settings_after_save |
Fires after the notification settings have been saved, and before redirect. |
bp_core_number_format |
Filters the BuddyPress formatted number. |
bp_core_parse_url |
Filters parsed URL data. |
bp_core_post_load_template |
Fires after the loading of a located template file. |
bp_core_pre_avatar_handle_crop |
Filters whether or not to handle cropping. |
bp_core_pre_avatar_handle_upload |
Filters whether or not to handle uploading. |
bp_core_pre_delete_account |
Fires before the processing of an account deletion. |
bp_core_pre_delete_existing_avatar |
Filters whether or not to handle deleting an existing avatar. |
bp_core_pre_load_template |
Fires before the loading of a located template file. |
bp_core_process_spammer_status |
Fires at the end of the process for hanlding spammer status. |
bp_core_profile_completion_steps_options |
Filters will return the default fields groups and avatar/cover is enabled or not. |
bp_core_register_common_scripts |
Filters the BuddyBoss Core javascript files to register. |
bp_core_register_common_styles |
Filters the BuddyBoss Core stylesheet files to register. |
bp_core_register_nav_screen_function |
Fires after the screen function for an item in the BuddyPress main navigation is registered. |
bp_core_render_email_template |
Filter template used to display Email posts. |
bp_core_render_message |
Fires after the display of any template_notices feedback messages. |