Quantcast
Channel: MediaPress | BuddyDev » Template Tags
Browsing latest articles
Browse All 10 View Live

mpp_get_media_last_updated

mpp_get_media_last_updated( $media = false )Returns the last modification date of current media.Usage<?php $modified_date = mpp_get_media_last_updated();?>ParametersThis function takes the...

View Article



mpp_media_creator_id

mpp_media_creator_id( $media = false )Prints the User id of  person who create the current media.Usage<?php mpp_media_creator_id(); ?>ParametersThis function takes the MPP_Media object or media...

View Article

mpp_get_media_creator_id

mpp_get_media_creator_id( $media = false )Returns the user id of the person who create the current media.Usage<?php $author_id = mpp_get_media_creator_id(); ?>ParametersThis function takes the...

View Article

mpp_media_class

mpp_media_class( $class=”, $media = false )Prints the css class list of current media.Usage<?php mpp_media_class(); ?>ParametersThis function takes class and  MPP_Media object or media id as...

View Article

mpp_get_media_class

mpp_get_media_class( $class = ”, $media = false )Returns the css class list  of current media.Usage<?php mpp_get_media_class(); ?>ParametersThis function takes class name and MPP_Media object or...

View Article


mpp_media_html_attributes

mpp_media_html_attributes( $args = null )Prints the media anchor html attributes.Usage<?php mpp_media_html_attributes(); ?>ParametersThis function takes the MPP_Media object or media id as...

View Article

mpp_get_media_html_attributes

mpp_get_media_html_attributes( $args = null )Build the attributes( property = value ) for the media anchor element.Usage<?php $args = mpp_get_media_html_attributes(); ?>ParametersThis function...

View Article

mpp_media_pagination

mpp_media_pagination()Prints pagination.Usage<?php mpp_media_pagination();?>ParametersThis function doesn’t take any parameter.ReturnsIt does not return any value.Note:-See MediaPress media loop...

View Article


mpp_get_media_pagination

mpp_get_media_pagination()Returns the pagination text.Usage<?php mpp_get_media_pagination();?>ParametersThis function does take any parameters.ReturnsIt return string of pagination text.Note:-See...

View Article


mpp_media_pagination_count

mpp_media_pagination_count()Show the pagination count like showing 1-10 of 20.Usage<?php mpp_media_pagination_count();?>ParametersThis function does not take any parameters.ReturnsIt does not...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images