ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Functions
  • signup_get_available_languages
  • signup_get_available_languages

apply_filters( 'signup_get_available_languages', string[] $languages )

Filters the list of available languages for front-end site sign-ups.


Description

Passing an empty array to this hook will disable output of the setting on the sign-up form, and the default language will be used when creating the site.

Languages not already installed will be stripped.


Parameters

$languages

Array of available language codes. Language codes are formed by stripping the .mo extension from the language file names.


Source

File: wp-signup.php

View on GitHub


Related

Used By

Used By
Used By Description
wp-signup.php: signup_get_available_languages()

Retrieves languages available during the site/user sign-up process.


Changelog

Changelog
Version Description
4.4.0 Introduced.
ClassicPress Documentation • Made with ClassicPress
Privacy Policy