WP_Filesystem_Base::wp_lang_dir
Returns the path on the remote filesystem of WP_LANG_DIR.
Метод класса: WP_Filesystem_Base{}
Хуков нет.
Возвращает
string|false. The location of the remote path, or false on failure.
Использование
$WP_Filesystem_Base = new WP_Filesystem_Base(); $WP_Filesystem_Base->wp_lang_dir();
Список изменений
| С версии 3.2.0 | Введена. |
Код WP_Filesystem_Base::wp_lang_dir() WP Filesystem Base::wp lang dir WP 7.1
public function wp_lang_dir() {
return $this->find_folder( WP_LANG_DIR );
}