jetpack_google_fonts_skip_load

jetpack_google_fonts_skip_load

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_google_fonts_skip_load') is found 1 times:

  • /modules/google-fonts/load.php line 29
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
             * @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';
    }