Edit File by line
•
/
home
/
zeestwma
/
richards...
/
wp-conte...
/
plugins
/
elemento...
/
modules
/
atomic-w...
/
query
•
File:
query-builder-base.php
<?php
[
0
]
Fix
|
Delete
[
1
]
Fix
|
Delete
namespace Elementor\Modules\AtomicWidgets\Query;
[
2
]
Fix
|
Delete
[
3
]
Fix
|
Delete
if ( ! defined( 'ABSPATH' ) ) {
[
4
]
Fix
|
Delete
exit; // Exit if accessed directly.
[
5
]
Fix
|
Delete
}
[
6
]
Fix
|
Delete
[
7
]
Fix
|
Delete
abstract class Query_Builder_Base {
[
8
]
Fix
|
Delete
protected array $config;
[
9
]
Fix
|
Delete
[
10
]
Fix
|
Delete
public function __construct( array $config ) {
[
11
]
Fix
|
Delete
$this->config = $config;
[
12
]
Fix
|
Delete
}
[
13
]
Fix
|
Delete
[
14
]
Fix
|
Delete
abstract public function build(): array;
[
15
]
Fix
|
Delete
}
[
16
]
Fix
|
Delete
[
17
]
Fix
|
Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function
Edit text
Download
Information
Rename
Copy
Move
Delete
Chmod
List