Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
clone
/
wp-conte...
/
plugins
/
popup-ma...
/
classes
/
Abstract
•
File:
Integration.php
•
Content:
<?php /** * Abstract class for Integrations. * * @package PUM * @copyright Copyright (c) 2023, Code Atlantic LLC */ abstract class PUM_Abstract_Integration implements PUM_Interface_Integration { /** * @var string */ public $key; /** * @var string */ public $type; /** * @return string */ abstract public function label(); /** * @return bool */ abstract public function enabled(); }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List