Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter raghavendra89

    (@raghavendra89)

    yes, it works thanks.

    And I got rid of Google warning: “Ensure text remains visible during webfont load”.

    function cstm_add_font_display_property($css)
    {
        return str_replace('@font-face{', '@font-face{font-display:swap;', $css);
    }
    add_filter( 'autoptimize_css_after_minify', 'cstm_add_font_display_property', 10, 1 );
    raghavendra89

    (@raghavendra89)

    Hello ‘goldenagemedia’,

    My site was hacked yesterday night. Even I see similar content ($_FILES[‘F1l3’]) in some of wordpress files.

    After upgrading wordpress and theme is your site back? Did you do anything else to fix the issue?

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)