Edit File by line
•
/
home
/
zeestwma
/
richards...
/
wp-conte...
/
plugins
/
elemento...
/
data
/
base
/
processo...
•
File:
before.php
<?php
[
0
]
Fix
|
Delete
namespace Elementor\Data\Base\Processor;
[
1
]
Fix
|
Delete
[
2
]
Fix
|
Delete
use Elementor\Data\Base\Processor;
[
3
]
Fix
|
Delete
[
4
]
Fix
|
Delete
abstract class Before extends Processor {
[
5
]
Fix
|
Delete
[
6
]
Fix
|
Delete
/**
[
7
]
Fix
|
Delete
* Get conditions for running processor.
[
8
]
Fix
|
Delete
*
[
9
]
Fix
|
Delete
* @param array $args
[
10
]
Fix
|
Delete
*
[
11
]
Fix
|
Delete
* @return bool
[
12
]
Fix
|
Delete
*/
[
13
]
Fix
|
Delete
public function get_conditions( $args ) {
[
14
]
Fix
|
Delete
return true;
[
15
]
Fix
|
Delete
}
[
16
]
Fix
|
Delete
[
17
]
Fix
|
Delete
/**
[
18
]
Fix
|
Delete
* Apply processor.
[
19
]
Fix
|
Delete
*
[
20
]
Fix
|
Delete
* @param array $args
[
21
]
Fix
|
Delete
*
[
22
]
Fix
|
Delete
* @return mixed
[
23
]
Fix
|
Delete
*/
[
24
]
Fix
|
Delete
abstract public function apply( $args );
[
25
]
Fix
|
Delete
}
[
26
]
Fix
|
Delete
[
27
]
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