Edit File by line
•
/
home
/
zeestwma
/
richards...
/
wp-inclu...
•
File:
plugin.php
if ( is_object( $callback[0] ) ) {
[
1000
]
Fix
|
Delete
// Object class calling.
[
1001
]
Fix
|
Delete
return spl_object_hash( $callback[0] ) . $callback[1];
[
1002
]
Fix
|
Delete
} elseif ( is_string( $callback[0] ) ) {
[
1003
]
Fix
|
Delete
// Static calling.
[
1004
]
Fix
|
Delete
return $callback[0] . '::' . $callback[1];
[
1005
]
Fix
|
Delete
}
[
1006
]
Fix
|
Delete
}
[
1007
]
Fix
|
Delete
[
1008
]
Fix
|
Delete
1
2
3
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