functions.php dosyamızı açarak aşağıdaki kodu eklemeniz yeterli.

function my_jquery_enqueue() {
    wp_deregister_script( 'jquery' );
}

add_action( 'wp_enqueue_scripts', 'my_jquery_enqueue' );

Hakkında okuyabileceğiniz daha fazla ayrıntı WordPress.org/wp_enqueue_scripts:

Hadi kolay gelsin.

Bir yanıt yazın

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

Fill out this field
Fill out this field
Lütfen geçerli bir e-posta adresi yazın.
You need to agree with the terms to proceed

Google Değerlendirme Notu
5.0
213 yoruma göre
js_loader