0
功能我有一個孩子的主題,我想篩選如下:濾波WP
// add the function to the init hook
add_action('init', 'options_typography_get_google_fonts');
// add a font to the $google_fonts variable
function options_typography_get_google_fonts() {
// Google Font Defaults
global $google_faces;
$google_faces = array(
'Great Vibes, cursive' => '*Great Vibes'
);
return $google_faces;
}
什麼是如此篩選此我可以添加更多的谷歌字體的最佳方式?