PHP 8.2.31
Preview: trigger-base.php Size: 442 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/elementor/modules/announcements/classes/trigger-base.php

<?php

namespace Elementor\Modules\Announcements\Classes;

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

abstract class Trigger_Base {

	/**
	 * @var string
	 */
	protected $name = 'trigger-base';

	/**
	 * @return string
	 */
	public function get_name(): string {
		return $this->name;
	}

	/**
	 * @return bool
	 */
	public function is_active(): bool {
		return true;
	}

	public function after_triggered() {
	}
}

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
1.25 KB lrw-r--r-- 2025-03-17 17:28:54
Edit Download
442 B lrw-r--r-- 2023-04-23 15:22:46
Edit Download
800 B lrw-r--r-- 2025-03-17 17:28:54
Edit Download

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