jetpack_google_translate_widget_layout, 0

jetpack_google_translate_widget_layout, 0

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_google_translate_widget_layout, 0') is found 1 times:

  • /modules/widgets/google-translate.php line 137

    * @since 5.5.0
    *
    * @param string $layout layout of the Google Translate Widget.
    */
    $button_layout = apply_filters( ‘jetpack_google_translate_widget_layout’, 0 );

    if (
    ! is_int( $button_layout )
    || 0 > $button_layout
    || 2 < $button_layout ) { [/php]