PHP 8.2.31
Preview: before.php Size: 491 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/elementor/data/v2/base/processor/before.php

<?php
namespace Elementor\Data\V2\Base\Processor;

use Elementor\Data\V2\Base\Processor;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

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 );
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
546 B lrw-r--r-- 2025-03-17 17:28:54
Edit Download
491 B lrw-r--r-- 2025-03-17 17:28:54
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).