You appear to be a bot. Output may be restricted
Description
Enqueue non-latin language styles.
Usage
$void = twentytwenty_non_latin_languages();
Parameters
Returns
void
Source
File name: twentytwenty/functions.php
Lines:
1 to 7 of 7
function twentytwenty_non_latin_languages() { $custom_css = TwentyTwenty_Non_Latin_Languages::get_non_latin_css( 'front-end' ); if ( $custom_css ) { wp_add_inline_style( 'twentytwenty-style', $custom_css ); } }