┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/gshub/wp-content/plugins/elementor/data/base/processor
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: 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 ); }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 after.php
PHP
468 B
2026-05-05 06:08
EDIT
📄 before.php
PHP
413 B
2026-05-05 06:08
EDIT