┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ 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: before.php
<?php namespace Elementor\Data\Base\Processor; use Elementor\Data\Base\Processor; abstract class Before extends Processor { /** * Get conditions for running processor. * * @param array $args * * @return bool */ public function get_conditions( $args ) { return true; } /** * Apply processor. * * @param array $args * * @return mixed */ abstract public function apply( $args ); }
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