/home/vianto5/cititower.mx/wp-content/plugins/ml-slider/inc/slider
NameSizeModeActions
metaslider.class.php337390644editdlrm
metaslider.coin.class.php17920644editdlrm
metaslider.flex.class.php512160644editdlrm
metaslider.nivo.class.php50410644editdlrm
metaslider.responsive.class.php25650644editdlrm
Edit: /home/vianto5/cititower.mx/wp-content/plugins/ml-slider/inc/slider/metaslider.coin.class.php (1792B)
'animation', 'width' => 'width', 'height' => 'height', 'sph' => 'sph', 'spw' => 'spw', 'delay' => 'delay', 'sDelay' => 'sDelay', 'opacity' => 'opacity', 'titleSpeed' => 'titleSpeed', 'hoverPause' => 'hoverPause', 'navigation' => 'showNavigationButtons', 'links' => 'showNavigationPrevNext', 'prevText' => 'prevText', 'nextText' => 'nextText', 'autoPlay' => 'autoplay' ); if (isset($params[$param])) { return $params[$param]; } return false; } /** * Build the HTML for a slider. * * @return string slider markup. */ protected function get_html() { $return_value = "
"; foreach ($this->slides as $slide) { $return_value .= "\n" . $slide; } $return_value .= "\n
"; return apply_filters('metaslider_coin_slider_get_html', $return_value, $this->id, $this->settings); } }