Skip to content

Commit

Permalink
Deny direct access
Browse files Browse the repository at this point in the history
  • Loading branch information
crftwrk committed Nov 26, 2023
1 parent 007d846 commit 3407e9f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions functions.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* @package Bootscore Child
* @version 5.4.0
*/


// Exit if accessed directly
defined( 'ABSPATH' ) || exit;


// style and scripts
add_action('wp_enqueue_scripts', 'bootscore_child_enqueue_styles');
function bootscore_child_enqueue_styles() {
Expand Down

0 comments on commit 3407e9f

Please sign in to comment.