quotes_dlx_preload_font_urls
Font URLs to pre-load.
This filter provides the font URLs to preload.
Location:
php/Blocks.php
/**
* Font URLs to pre-load.
*
* @since 1.0.0
*
* @param array Array of font URLs to preload.
*/
$font_urls = apply_filters( 'quotes_dlx_preload_font_urls', $font_urls );
Last modified 1yr ago