get_site_root() . 'web.config';
return $file_path;
}
/**
* Get unfiltered new contents to write into the file.
*/
protected function get_raw_new_contents() {
$extensions = 'jpg|jpeg|jpe|png';
$home_root = wp_parse_url( home_url( '/' ) );
$home_root = $home_root['path'];
return trim( '
# BEGIN ' . $this->tag_name . '
# END ' . $this->tag_name . '');
}
}