Last active
January 12, 2019 22:04
-
-
Save bologer/1bcb2465a0f6811670fb47af800ab0b1 to your computer and use it in GitHub Desktop.
Exclude anycomment core js asset in j news
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Только без "<?php" выше | |
add_filter( 'minit-exclude-js', function($excludes) { | |
$excludes[] = 'anycomment-js-bundle'; | |
return $excludes; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Очертив вам линиями. Этот код добавить в тот же файл functions.php, если вы захотите использовать тему JNews и изменить путь на вкладку профиля или на любую другую