Nikolayev adlı üyeden alıntı: mesajı görüntüle
Temanızın functions.php dosyasına altta vereceğim kodu ekleyin silinecektir..

 function remove_wp_open_sans() {
    wp_deregister_style( 'open-sans' );
    wp_register_style( 'open-sans', false );
  }
  add_action('wp_enqueue_scripts', 'remove_wp_open_sans');
Hocam "this theme is sponsored, links should be stayed" minvalinde bi' uyarı alıyorum. Ve bütün siteyi iptal ediyor.