Contents
bp_nouveau()
Get a unique instance of BP Nouveau
Description
Return
(BP_Nouveau) the main instance of the class
Source
File: bp-templates/bp-nouveau/buddypress-functions.php
function bp_nouveau() { return BP_Nouveau::get_instance(); }
Changelog
Version | Description |
---|---|
BuddyPress 3.0.0 | Introduced. |
Related
Uses
Uses | Description |
---|---|
bp-templates/bp-nouveau/buddypress-functions.php: BP_Nouveau::get_instance() |
Return the instance of this class. |
Used By | Description |
---|---|
bp-xprofile/classes/class-bp-xprofile-profile-completion-widget.php: BP_Xprofile_Profile_Completion_Widget::widget() |
Displays the widget. |
bp-templates/bp-nouveau/includes/members/template-tags.php: bp_nouveau_get_wp_profile_field_data() |
Get the WP profile field data. |
bp-templates/bp-nouveau/includes/members/template-tags.php: bp_nouveau_get_wp_profile_field_label() |
Get the WP profile label. |
bp-templates/bp-nouveau/includes/members/template-tags.php: bp_nouveau_has_wp_profile_fields() |
Does the displayed user has WP profile fields? |
bp-templates/bp-nouveau/includes/members/template-tags.php: bp_nouveau_wp_profile_fields() |
Check if there are still profile fields to output. |
bp-templates/bp-nouveau/includes/members/template-tags.php: bp_nouveau_wp_profile_field() |
Set the current profile field and iterate into the loop. |
bp-templates/bp-nouveau/includes/members/template-tags.php: bp_nouveau_get_wp_profile_field_id() |
Get the WP profile field ID. |
bp-templates/bp-nouveau/includes/members/template-tags.php: bp_nouveau_member_header_buttons() |
Output the action buttons for the displayed user profile |
bp-templates/bp-nouveau/includes/members/template-tags.php: bp_nouveau_get_members_buttons() |
Get the action buttons for the displayed user profile |
bp-templates/bp-nouveau/includes/members/functions.php: bp_nouveau_members_catch_button_args() |
Catch the arguments for buttons |
bp-templates/bp-nouveau/includes/members/functions.php: bp_nouveau_member_locate_template_part() |
Locate a single member template into a specific hierarchy. |
bp-templates/bp-nouveau/includes/members/functions.php: bp_nouveau_member_is_home_widgets() |
Are we inside the Current user’s default front page sidebar? |
bp-templates/bp-nouveau/includes/activity/widgets.php: BP_Latest_Activities::widget() |
Display the widget content. |
bp-templates/bp-nouveau/includes/activity/template-tags.php: bp_nouveau_get_activity_comment_buttons() |
Get the action buttons for the activity comments |
bp-templates/bp-nouveau/includes/activity/template-tags.php: bp_nouveau_get_activity_entry_buttons() |
Get the action buttons inside an Activity Loop, |
bp-templates/bp-nouveau/includes/activity/functions.php: bp_nouveau_activity_widget_query() |
Get the activity query args for the widget. |
bp-templates/bp-nouveau/includes/groups/template-tags.php: bp_nouveau_get_groups_buttons() |
Get the action buttons for the current group in the loop, or the current displayed group. |
bp-templates/bp-nouveau/includes/groups/template-tags.php: bp_nouveau_group_header_buttons() |
Output the action buttons for the displayed group |
bp-templates/bp-nouveau/includes/groups/functions.php: bp_nouveau_group_locate_template_part() |
Locate a single group template into a specific hierarchy. |
bp-templates/bp-nouveau/includes/groups/functions.php: bp_nouveau_group_is_home_widgets() |
Are we inside the Current group’s default front page sidebar? |
bp-templates/bp-nouveau/includes/groups/functions.php: bp_nouveau_groups_catch_button_args() |
Catch the arguments for buttons |
bp-templates/bp-nouveau/includes/blogs/template-tags.php: bp_nouveau_get_blogs_buttons() |
Get the action buttons for the current blog in the loop. |
bp-templates/bp-nouveau/includes/blogs/functions.php: bp_nouveau_blogs_catch_button_args() |
Catch the arguments for buttons |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_get_single_item_nav_classes() |
Returns the single item nav container classes |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_get_directory_nav_object() |
Gets the directory nav item object. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_get_container_classes() |
Returns the main BuddyPress container classes. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_get_nav_count() |
Retrieve the count attribute for the current nav item. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_get_nav_link_title() |
Retrieve the title attribute of the link for the current nav item. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_get_nav_link_text() |
Retrieve the html text of the link for the current nav item. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_nav_has_count() |
Checks if the nav item has a count attribute. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_get_nav_link() |
Retrieve the URL for the current nav item. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_get_nav_link_id() |
Retrieve the id attribute of the link for the current nav item. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_nav_item() |
Sets the current nav item and prepare the navigation loop to iterate to next one. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_get_nav_id() |
Retrieve the ID attribute of the current nav item. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_get_nav_classes() |
Retrieve a space separated list of classes for the current nav item. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_get_nav_scope() |
Retrieve the specific scope for the current nav item. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_has_nav() |
Init the Navigation Loop and check it has items. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_nav_items() |
Checks there are still nav items to display. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_loop_is_grid() |
Checks if the layout preferences is set to grid (2 or more columns). |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_loop_get_grid_columns() |
Returns the number of columns of the layout preferences. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_dir_is_vert_layout() |
Return a bool check for component directory layout. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_template_notices() |
Template tag to display feedback notices to users, if there are to display |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_user_feedback() |
Displays a feedback message to the user. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_template_message_classes() |
Add classes to style the template notice/feedback message |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_get_template_message_type() |
Get the template notice/feedback message type |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_has_template_message() |
Checks if a template notice/feedback message is set |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_has_dismiss_button() |
Checks if the template notice/feedback message needs a dismiss button |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_dismiss_button_type() |
Ouptut the dismiss type. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_get_template_message() |
Get the template notice/feedback message and make sure core filter is applied. |
bp-templates/bp-nouveau/includes/customizer.php: bp_nouveau_customize_register() |
Add a specific panel for the BP Nouveau Template Pack. |
bp-templates/bp-nouveau/includes/customizer.php: bp_nouveau_customizer_enqueue_scripts() |
Enqueue needed JS for our customizer Settings & Controls |
bp-templates/bp-nouveau/includes/notifications/functions.php: bp_nouveau_notifications_init_filters() |
Init Notifications filters and fire a hook to let plugins/components register their filters. |
bp-templates/bp-nouveau/includes/notifications/functions.php: bp_nouveau_notifications_register_filter() |
Register new filters for the notifications screens. |
bp-templates/bp-nouveau/includes/notifications/functions.php: bp_nouveau_notifications_get_filters() |
Get one or all notifications filters. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.