/home/vianto5/cititower.mx/wp-content/plugins/ml-slider/themes/simply-dark/v1.0.0
NameSizeModeActions
style.css119780644editdlrm
style.scss114750644editdlrm
theme.php26360644editdlrm
Edit: /home/vianto5/cititower.mx/wp-content/plugins/ml-slider/themes/simply-dark/v1.0.0/theme.php (2636B)
id, $this->version); add_filter('metaslider_flex_slider_parameters', array($this, 'update_parameters_arrows'), 10, 2); add_filter('metaslider_responsive_slider_parameters', array($this, 'update_parameters_arrows'), 10, 2); add_filter('metaslider_nivo_slider_parameters', array($this, 'update_parameters_arrows'), 10, 2); add_filter('metaslider_coin_slider_parameters', array($this, 'update_parameters_arrows'), 10, 2); } /** * Enqueues theme specific styles and scripts */ public function enqueue_assets() { wp_enqueue_style( "metaslider_{$this->id}_theme_styles", METASLIDER_THEMES_URL. "{$this->id}/v{$this->version}/style.css", array('metaslider-public'), METASLIDER_VERSION ); } /** * Parameters * * @param array $options - The flexslider options * @param string $id - the id of the slideshow * * @return array */ public function update_parameters_arrows($options, $id) { $options['prevText'] = "'" . __('Previous Slide', 'ml-slider') . "'"; $options['nextText'] = "'" . __('Next Slide', 'ml-slider') . "'"; return $options; } } if (! isset(MetaSlider_Theme_Simply_Dark::$themes['simply-dark'])) { new MetaSlider_Theme_Simply_Dark(); }