Skip to content

Commit

Permalink
remove parentheses around require_once
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Nov 15, 2024
1 parent b3373ec commit f7cd455
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions spcl.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@
}

// Include class.
require_once(
sprintf(
'%s/inc/class-spcl.php',
dirname( __FILE__ )
)
);
require_once sprintf( '%s/inc/class-spcl.php', dirname( __FILE__ ) );

// Init.
add_action(
Expand Down

0 comments on commit f7cd455

Please sign in to comment.