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