WP_Filesystem_Base::wp_plugins_dir(): string In this article Table of ContentsReturn Source Related Changelog ↑ Back to top 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 ); } View all references View on Trac View on GitHub Related UsesDescriptionWP_Filesystem_Base::find_folder()wp-admin/includes/class-wp-filesystem-base.phpLocates a folder on the remote filesystem. Changelog VersionDescription2.7.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.