mpp_gallery_status( $gallery = false )
Prints the status of current gallery in the loop. It can be one of the registered status e.g “private”, “public”, “loggedin” etc
Usage
1 | <?php mpp_gallery_status();?> |
Parameters
This function takes the MPP_Gallery object or gallery id as parameter if being used outside the gallery loop. In the loop, it will print the status of current gallery.
Returns
It does not return any value.
Note:-
See MediaPress gallery loop on how to use it.
Changelog
- Since 1.0.0