'prevText', 'nextText' => 'nextText', 'delay' => 'timeout', 'animationSpeed' => 'speed', 'hoverPause' => 'pause', 'navigation' => 'pager', 'links' => 'nav', 'autoPlay' => 'auto' ); 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_responsive_slider_get_html', $return_value, $this->id, $this->settings); ; } }