WPDev.one
Core Function
View Source on Trac ↗

wp_install_language_form()

wp_install_language_form( mixed $languages )

Output the select form for the language selection on the installation screen.

Parameters 1 required

Name / Type Description
$languages
array[]

Array of available languages (populated via the Translation API).

Required

Return Value

(void)
No return value description available.

Function Information

Since Version
4.0.0
Source File
wp-admin/includes/translation-install.php
Advertisement