Edit File by line
•
/
home
/
zeestwma
/
ceyloniy...
/
wp-conte...
/
plugins
/
wpforms-...
/
src
/
Integrat...
•
File:
IntegrationInterface.php
<?php
[
0
]
Fix
|
Delete
[
1
]
Fix
|
Delete
namespace WPForms\Integrations;
[
2
]
Fix
|
Delete
[
3
]
Fix
|
Delete
/**
[
4
]
Fix
|
Delete
* Interface IntegrationInterface defines required methods for integrations to work properly.
[
5
]
Fix
|
Delete
*
[
6
]
Fix
|
Delete
* @since 1.4.8
[
7
]
Fix
|
Delete
*/
[
8
]
Fix
|
Delete
interface IntegrationInterface {
[
9
]
Fix
|
Delete
[
10
]
Fix
|
Delete
/**
[
11
]
Fix
|
Delete
* Indicate if current integration is allowed to load.
[
12
]
Fix
|
Delete
*
[
13
]
Fix
|
Delete
* @since 1.4.8
[
14
]
Fix
|
Delete
*
[
15
]
Fix
|
Delete
* @return bool
[
16
]
Fix
|
Delete
*/
[
17
]
Fix
|
Delete
public function allow_load();
[
18
]
Fix
|
Delete
[
19
]
Fix
|
Delete
/**
[
20
]
Fix
|
Delete
* Load an integration.
[
21
]
Fix
|
Delete
*
[
22
]
Fix
|
Delete
* @since 1.4.8
[
23
]
Fix
|
Delete
*/
[
24
]
Fix
|
Delete
public function load();
[
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