1 parent c9105b3 commit 2c851bcCopy full SHA for 2c851bc
3 files changed
includes/fs-essential-functions.php
@@ -10,6 +10,9 @@
10
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
11
* @since 1.1.5
12
*/
13
+ if ( ! defined( 'ABSPATH' ) ) {
14
+ exit;
15
+ }
16
17
if ( ! function_exists( 'fs_normalize_path' ) ) {
18
if ( function_exists( 'wp_normalize_path' ) ) {
includes/managers/class-fs-debug-manager.php
@@ -6,6 +6,9 @@
6
* @package Freemius
7
* @since 2.6.2
8
9
class FS_DebugManager {
templates/checkout.php
@@ -5,7 +5,9 @@
5
* @since 2.9.0
-
/**
* @var array $VARS
* @var Freemius $fs
0 commit comments