bp_media_object_template_results_media_groups_scope( $querystring )
Object template results media groups scope.
Description
Source
File: bp-media/bp-media-functions.php
886 887 888 889 890 891 892 893 894 895 896 | function bp_media_object_template_results_media_groups_scope( $querystring ) { $querystring = wp_parse_args( $querystring ); $querystring [ 'scope' ] = 'groups' ; $querystring [ 'page' ] = 1; $querystring [ 'per_page' ] = 1; $querystring [ 'user_id' ] = ( bp_displayed_user_id() ) ? bp_displayed_user_id() : bp_loggedin_user_id(); $querystring [ 'count_total' ] = true; return http_build_query( $querystring ); } |
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | Introduced. |
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.