Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
themes
/
bella-beauty
/
admin
/
installer
/
importer
/
✏️
Editing: wpclever-smart-compare.php
<?php namespace BellaBeautySpace\Admin\Installer\Importer; use BellaBeautySpace\Admin\Installer\Importer\WPClever_Importer_Base; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } /** * WPClever_Smart_Compare handler class is responsible for different methods on importing "WPClever Smart Compare" plugin. */ class WPClever_Smart_Compare extends WPClever_Importer_Base { /** * Module data. */ const MODULE_NAME = 'smart-compare'; const MODULE_OPTION_NAME = 'woosc_settings'; /** * Activation status. * * @return bool Activation status. */ public static function activation_status() { return class_exists( 'WPCleverWoosc' ); } }
💾 Save
❌ Cancel