change_locale

动作钩子


do_action( 'change_locale', $locale )
参数
  • (string)
    $locale
    The new locale.
    Required:
定义位置
  • wp-includes/class-wp-locale-switcher.php
    , line 238
引入
4.7.0
弃用

Fires when the locale is switched to or restored.

do_action( 'change_locale', $locale );