Filters and HooksFilters and Hooks AlertsDLX exposes WordPress filters for customizing fonts, headlines, block availability, content processing, and branding. Add filter callbacks in a custom plugin or your theme’s functions.php. Fonts alerts_dlx_load_fonts Control whether AlertsDLX loads the bundled Lato Google Font. alerts_dlx_default_font_family Set the font family used when custom fonts are disabled. See Custom Fonts for a […]
Custom FontsCustom Fonts This section covers how to disable the AlertsDLX Lato font for performance and specify your own fonts for AlertsDLX to use. Disable the Lato Font Using Filter: alerts_dlx_load_fonts Use the following code snippet to disable the Lato font. This should improve performance and prevent loading the Lato font files. Use an Alternate Font […]