bp_nouveau_object_template_results_albums_existing_media_query( $querystring )
Change the querystring based on caller of the albums media query
Description
Parameters
- $querystring
-
(Required)
Return
(string)
Source
File: bp-templates/bp-nouveau/includes/media/ajax.php
$querystring['per_page'] = '1'; $querystring['user_id'] = 0; $querystring['count_total'] = true; return http_build_query( $querystring ); } /** * Object template results media personal scope. *
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.