: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Integration for VisualComposer
* @copyright Copyright (c) 2023, Code Atlantic LLC
class PUM_Integration_Builder_VisualComposer extends PUM_Abstract_Integration {
public $key = 'visualcomposer';
public $type = 'builder';
public function label() {
return 'Visual Composer';
public function enabled() {
return defined( 'WPB_VC_VERSION' ) || defined( 'FL_BUILDER_VERSION' );