mpp_get_media_type( $media = false )
Returns the type of current media in the loop.
Usage
1 | <?php $media_type = mpp_get_media_type(); ?> |
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 type of current media.
Returns
It returns the type of current media.
Note:-
See MediaPress media loop on how to use it.
Changelog
- Since 1.0.0