From 5c8b8830fa281abb249541d1eab62204438bdae2 Mon Sep 17 00:00:00 2001 From: nithinjohn22 Date: Tue, 2 Jan 2024 22:41:16 +0530 Subject: [PATCH] Code improvements --- inc/class-awsm-job-openings-third-party.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/class-awsm-job-openings-third-party.php b/inc/class-awsm-job-openings-third-party.php index 70bda416..30ef7ce7 100644 --- a/inc/class-awsm-job-openings-third-party.php +++ b/inc/class-awsm-job-openings-third-party.php @@ -6,6 +6,8 @@ class AWSM_Job_Openings_Third_Party { private static $instance = null; + protected $cpath = null; + public function __construct() { $this->cpath = untrailingslashit( plugin_dir_path( __FILE__ ) );