whoami7 - Manager
:
/
home
/
techyfnq
/
www
/
wp-content
/
plugins
/
popup-maker
/
classes
/
Integration
/
Builder
/
Upload File:
files >> //home/techyfnq/www/wp-content/plugins/popup-maker/classes/Integration/Builder/KingComposer.php
<?php /******************************************************************************* * Copyright (c) 2020, WP Popup Maker ******************************************************************************/ class PUM_Integration_Builder_KingComposer extends PUM_Abstract_Integration { /** * @var string */ public $key = 'kingcomposer'; /** * @var string */ public $type = 'builder'; /** * @return string */ public function label() { return 'King Composer'; } /** * @return bool */ public function enabled() { return class_exists( 'KingComposer' ) || defined( 'KC_VERSION' ); } }
Copyright ©2021 || Defacer Indonesia