: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Integration for KingComposer
* @copyright Copyright (c) 2023, Code Atlantic LLC
class PUM_Integration_Builder_KingComposer extends PUM_Abstract_Integration {
public $key = 'kingcomposer';
public $type = 'builder';
public function label() {
public function enabled() {
return class_exists( 'KingComposer' ) || defined( 'KC_VERSION' );