quotes_dlx_load_fonts
Allow or disallow the loading of fonts.
Last updated
Was this helpful?
Allow or disallow the loading of fonts.
Last updated
Was this helpful?
Was this helpful?
Unused. Can be used to disallow the loading of a font stylesheet.
/**
* Allow or disallow loading of fonts.
*
* @since 1.0.0
*
* @param bool Whether to load the custom fonts or not.
*/
$load_fonts = apply_filters( 'quotes_dlx_load_fonts', true );
if ( $load_fonts ) {
$theme_deps[] = 'quotes-dlx-fonts';
}