WP_Filesystem_Base::wp_lang_dir(): string In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Returns the path on the remote filesystem of WP_LANG_DIR. Return string The location of the remote path. Source public function wp_lang_dir() { return $this->find_folder( WP_LANG_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 VersionDescription3.2.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.