Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
popup-ma...
/
classes
/
Integrat...
/
Builder
•
File:
VisualComposer.php
•
Content:
<?php /** * Integration for VisualComposer * * @package PUM * @copyright Copyright (c) 2023, Code Atlantic LLC */ class PUM_Integration_Builder_VisualComposer extends PUM_Abstract_Integration { /** * @var string */ public $key = 'visualcomposer'; /** * @var string */ public $type = 'builder'; /** * @return string */ public function label() { return 'Visual Composer'; } /** * @return bool */ public function enabled() { return defined( 'WPB_VC_VERSION' ) || defined( 'FL_BUILDER_VERSION' ); } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List