that’s my supply: view-source:buhehe.de
i’m making an attempt to deque some script type perform.php
i imply these two:
<script sort="textual content/javascript" src="http://buhehe.de/wp-content/themes/tema/js/jquery-3.2.1.min.js"></script>
<script sort='textual content/javascript' src='http://buhehe.de/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
I added following code in Operate.php however it does not deques scripts from supply:
perform dequeue_script() {
wp_dequeue_script( 'http://buhehe.de/wp-content/themes/heatt/js/small-menu.js?ver=4.9.1' );
wp_dequeue_script( 'http://buhehe.de/wp-includes/js/wp-embed.min.js?ver=4.9.1' );
wp_dequeue_script( 'http://buhehe.de/wp-includes/js/wp-embed.min.js' );
}
add_action( 'wp_print_scripts', 'dequeue_script', 100 );
How am i able to deque these scripts fcrom supply?