Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
sanitize_url( $data );
}
public function is_match( $url ) {
return true;
}
public function get_target_url( $requested_url, $source_url, Red_Source_Flags $flags, $matched ) {
$target = $this->url;
if ( $flags->is_regex() ) {
$target = $this->get_target_regex_url( $source_url, $target, $requested_url, $flags );
}
return $target;
}
public function get_data() {
if ( $this->url ) {
return array(
'url' => $this->url,
);
}
return '';
}
public function load( $values ) {
$this->url = $values;
}
}