PHP 8.2.31
Preview: before.php Size: 413 B
//home/nshryvcy/radiantskinclinics.org/wp-content/plugins/elementor/data/base/processor/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 );
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
468 B lrw-r--r-- 2023-04-23 15:22:46
Edit Download
413 B lrw-r--r-- 2025-03-17 17:28:54
Edit Download

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