WP_Filesystem_Base::wp_lang_dir() public WP 3.2.0
Returns the path on the remote filesystem of WP_LANG_DIR.
{} Это метод класса: WP_Filesystem_Base{}
Хуков нет.
Возвращает
Строку. The location of the remote path.
Использование
$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 5.6.2
public function wp_lang_dir() {
return $this->find_folder( WP_LANG_DIR );
}