[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
Members template tags
Version: | 10.3.0 |
File Size: | 1072 lines (28 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
bp_nouveau_before_members_directory_content() X-Ref |
Template tag to wrap all Legacy actions that was used before the members directory content since: 3.0.0 |
bp_nouveau_after_members_directory_content() X-Ref |
Template tag to wrap all Legacy actions that was used after the members directory content since: 3.0.0 |
bp_nouveau_member_hook( $when = '', $suffix = '' ) X-Ref |
Fire specific hooks into the single members templates param: string $when 'before' or 'after' param: string $suffix Use it to add terms at the end of the hook name since: 3.0.0 |
bp_nouveau_member_email_notice_settings() X-Ref |
Template tag to wrap the notification settings hook since: 3.0.0 |
bp_nouveau_member_header_buttons( $args = array() X-Ref |
Output the action buttons for the displayed user profile param: array $args See bp_nouveau_wrapper() for the description of parameters. since: 3.0.0 |
bp_nouveau_members_loop_buttons( $args = array() X-Ref |
Output the action buttons in member loops param: array $args See bp_nouveau_wrapper() for the description of parameters. since: 3.0.0 |
bp_nouveau_get_members_buttons( $args ) X-Ref |
Get the action buttons for the displayed user profile since: 3.0.0 return: array |
bp_nouveau_member_has_meta() X-Ref |
Does the member has meta. since: 3.0.0 return: bool True if the member has meta. False otherwise. |
bp_nouveau_member_meta() X-Ref |
Display the member meta. since: 3.0.0 return: string HTML Output. |
bp_nouveau_get_member_meta() X-Ref |
Get the member meta. since: 3.0.0 return: array The member meta. |
bp_nouveau_member_has_extra_content() X-Ref |
Check if some extra content needs to be displayed into the members directory. since: 6.0.0 return: bool True if some extra content needs to be displayed into the members directory. |
bp_nouveau_member_extra_content() X-Ref |
Displays extra content for each item of a members loop. since: 6.0.0 |
bp_nouveau_member_template_part() X-Ref |
Load the appropriate content for the single member pages since: 3.0.0 |
bp_nouveau_member_header_template_part() X-Ref |
Use the appropriate Member header and enjoy a template hierarchy since: 3.0.0 return: string HTML Output |
bp_nouveau_members_get_customizer_option_link() X-Ref |
Get a link to set the Member's default front page and directly reach the Customizer section where it's possible to do it. since: 3.0.0 return: string HTML Output |
bp_nouveau_members_get_customizer_widgets_link() X-Ref |
Get a link to set the Member's front page widgets and directly reach the Customizer section where it's possible to do it. since: 3.0.0 return: string HTML Output |
bp_nouveau_member_description( $user_id = 0 ) X-Ref |
Display the Member description making sure linefeeds are taking in account param: int $user_id Optional. since: 3.0.0 return: string HTML output. |
bp_nouveau_member_description_edit_link() X-Ref |
Display the Edit profile link (temporary). since: 3.0.0 return: string HTML Output |
bp_nouveau_member_get_description_edit_link() X-Ref |
Get the Edit profile link (temporary) since: 3.0.0 return: string HTML Output |
bp_nouveau_wp_profile_hooks( $type = 'before' ) X-Ref |
Template tag to wrap all Legacy actions that was used before and after the WP User's Profile. since: 3.0.0 |
bp_nouveau_has_wp_profile_fields() X-Ref |
Does the displayed user has WP profile fields? since: 3.0.0 return: bool True if user has profile fields. False otherwise. |
bp_nouveau_wp_profile_fields() X-Ref |
Check if there are still profile fields to output. since: 3.0.0 return: bool True if the profile field exists. False otherwise. |
bp_nouveau_wp_profile_field() X-Ref |
Set the current profile field and iterate into the loop. since: 3.0.0 |
bp_nouveau_wp_profile_field_id() X-Ref |
Output the WP profile field ID. since: 3.0.0 |
bp_nouveau_get_wp_profile_field_id() X-Ref |
Get the WP profile field ID. since: 3.0.0 return: int the profile field ID. |
bp_nouveau_wp_profile_field_label() X-Ref |
Output the WP profile field label. since: 3.0.0 |
bp_nouveau_get_wp_profile_field_label() X-Ref |
Get the WP profile label. since: 3.0.0 return: string the profile field label. |
bp_nouveau_wp_profile_field_data() X-Ref |
Output the WP profile field data. since: 3.0.0 |
bp_nouveau_get_wp_profile_field_data() X-Ref |
Get the WP profile field data. since: 3.0.0 return: string the profile field data. |
bp_nouveau_invitations_bulk_management_dropdown() X-Ref |
Outputs the Invitations bulk actions dropdown list. since: 8.0.0 |
Generated: Mon Sep 9 01:00:54 2024 | Cross-referenced by PHPXref 0.7.1 |