'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 = "
"; return apply_filters('metaslider_coin_slider_get_html', $return_value, $this->id, $this->settings); } }