mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 09:25:45 +08:00
Kirki 3.0.38
This commit is contained in:
parent
2c33dc1f57
commit
2ed8bc86b4
10 changed files with 72 additions and 19 deletions
|
@ -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';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue