芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/cepali.edu.mx/wp-content/TranslateUrl.php
slider = $slider; list($this->from, $this->to) = (array)Common::parse(esc_attr(Settings::get('translate-url', '||'))); } public function replaceUrl($string) { if (!$this->slider->isAdmin && !empty($this->from) && !empty($this->to)) { return str_replace($this->from, $this->to, $string); } return $string; } }