mpp_get_total_gallery_count()
Returns the total count of galleries for current query.
Usage
1 | <?php $count = mpp_get_total_gallery_count();?> |
Parameters
It does not take any parameter.
Returns
int – Number of galleries fetched by current query.
Note:-
See MediaPress gallery loop on how to use it.
Changelog
- Since 1.0.0