GC_Filesystem_Base::gc_content_dir()

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

GC_Filesystem_Base::gc_content_dir()

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

响应

(string) The location of the remote path.

源文件

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

	public function gc_content_dir() {
		return $this->find_folder( GC_CONTENT_DIR );
	}