GC_Filesystem_Base::gc_plugins_dir()

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

GC_Filesystem_Base::gc_plugins_dir()

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

响应

(string) The location of the remote path.

源文件

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

	public function gc_plugins_dir() {
		return $this->find_folder( GC_PLUGIN_DIR );
	}