WP_Filesystem_Base::wp_plugins_dir(): string

In this article

Returns the path on the remote filesystem of WP_PLUGIN_DIR.

Return

string The location of the remote path.

Source

public function wp_plugins_dir() {
	return $this->find_folder( WP_PLUGIN_DIR );
}

Changelog

VersionDescription
2.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.