apply_filters( 'astra_language_switcher_additional_languages', array $additional_languages )

Filter to add additional languages in Language Switcher component.


Description

Format: array( label: ‘Language Name’, value: ‘language-code’ )


Parameters

$additional_languages

(array) Additional Languages.


Source

File: classes/builder/type/base/configurations/class-astra-language-switcher-component-configs.php

View on Trac


Changelog

Changelog
Version Description
4.11.12 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.