We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 164a370 + 98e7cce commit 7b7b9ffCopy full SHA for 7b7b9ff
functions.php
@@ -1,4 +1,8 @@
1
<?php
2
+if ( ! defined( 'ABSPATH' ) ) {
3
+ exit; // Exit if accessed directly.
4
+}
5
+
6
function understrap_remove_scripts() {
7
wp_dequeue_style( 'understrap-styles' );
8
wp_deregister_style( 'understrap-styles' );
0 commit comments