mpp_get_media_html_attributes( $args = null )
Build the attributes( property = value ) for the media anchor element.
Usage
1 | <?php $args = mpp_get_media_html_attributes(); ?> |
Parameters
This function takes array as parameter and build the attribute for media anchor element.
Returns
It returns array of property as key and value for media anchor element.
Note:-
See MediaPress media loop on how to use it.
Changelog
- Since 1.0.0