public static function get_base_path($slug, $fragment_type = null)
 {
     $fragments = new self($slug, $fragment_type);
     return $fragments->_get_base_path();
 }