📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 13:40:11
📂
/ (Root)
/
home
/
xeqi7597
/
public_html
/
wp-content
/
plugins
/
elementor
/
data
/
base
/
processor
📍 /home/xeqi7597/public_html/wp-content/plugins/elementor/data/base/processor
🔄 Refresh
✏️
Editing: after.php
Writable
<?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 ); }
💾 Save Changes
❌ Cancel