mpp_get_media_slug( $media = false )
Returns the slug of current media in the loop.
Usage
1 | <?php $media_slug = mpp_get_media_slug(); ?> |
Parameters
This function takes the MPP_Media object or media id as parameter if being used outside the media loop. In the loop, it will return the slug of current media.
Returns
It returns the slug of current of media.
Note:-
See MediaPress media loop on how to use it.
Changelog
- Since 1.0.0