In this article

filter

jetpack_google_fonts_skip_load

Filters whether to skip loading the Jetpack Google Fonts module. This filter allows skipping the loading of the Jetpack Google Fonts module based on specific conditions or requirements. By default, the module will load normally. If the filter returns true, the module will be skipped.

Parameters

$skip
bool

Whether to skip loading the Jetpack Google Fonts module. Default false.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.