/** * @param string $filepath * @return string */ function get_root_dir($filepath) { return WPLib::get_root_dir($filepath, get_class($this)); }