Esempio n. 1
0
 private function init_with_relative_path($relative_path)
 {
     $this->abs_url = home_url($relative_path);
     $file_path = TimberURLHelper::get_full_path($relative_path);
     $this->file_loc = $file_path;
     $this->file = $file_path;
 }
Esempio n. 2
0
 /**
  * @deprecated
  */
 static function get_full_path($src)
 {
     return TimberURLHelper::get_full_path($src);
 }