jetpack_google_fonts_skip_load
jetpack_google_fonts_skip_load
Hook Type: filter
Displaying hooks found in version: jetpack.14.0apply_filters('jetpack_google_fonts_skip_load') is found 1 times:
- /modules/google-fonts/load.php line 29
* @since 13.4 * * @param bool $skip Whether to skip loading the Jetpack Google Fonts module. Default false. */ apply_filters( 'jetpack_google_fonts_skip_load', false ) ) { return; } require_once __DIR__ . '/current/load-google-fonts.php'; }