wp-crystalyx/functions.php

9 lines
149 B
PHP
Raw Permalink Normal View History

2019-11-17 10:26:06 +00:00
<?php
function un_superhero_scripts()
{
wp_dequeue_script('superhero-script');
}
add_action('wp_enqueue_scripts', 'un_superhero_scripts', 11);