WP_Filesystem_Base::wp_content_dir(): string|false In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Returns the path on the remote filesystem of WP_CONTENT_DIR. Return string|false The location of the remote path, or false on failure. Source public function wp_content_dir() { return $this->find_folder( WP_CONTENT_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.