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