Kirki 3.0.38

This commit is contained in:
Alexander Agnarson 2019-03-11 16:19:14 +01:00
parent 2c33dc1f57
commit 2ed8bc86b4
10 changed files with 72 additions and 19 deletions

View file

@ -106,7 +106,7 @@ class Kirki_Modules_Webfonts {
* @return string
*/
public function get_method() {
return ( is_customize_preview() ) ? 'async' : 'embed';
return ( is_customize_preview() || is_admin() ) ? 'async' : 'embed';
}
/**

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long