GC_Filesystem_Base::gc_lang_dir()

最后更新于:2021-11-27 17:24:24

GC_Filesystem_Base::gc_lang_dir()

响应s the path on the remote filesystem of GC_LANG_DIR.

响应

(string) The location of the remote path.

源文件

文件: gc-admin/includes/class-gc-filesystem-base.php

	public function gc_lang_dir() {
		return $this->find_folder( GC_LANG_DIR );
	}