Uname: Linux p3plzcpnl499967.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software: Apache
PHP version: 8.2.30 [ PHP INFO ] PHP os: Linux
Server Ip: 208.109.40.231
Your Ip: 216.73.216.26
User: nayff91c5tsx (10005085) | Group: nayff91c5tsx (10005085)
Safe Mode: OFF
Disable Function:
NONE

name : base.php
<?php
namespace Jet_Reviews\User\Conditions;

// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
	die;
}

abstract class Base_Condition {

	/**
	 * @return mixed
	 */
	abstract public function get_type();

	/**
	 * Condition slug
	 *
	 * @return string
	 */
	abstract public function get_slug();

	/**
	 * [get_invalid_message description]
	 * @return [type] [description]
	 */
	abstract public function get_invalid_message();

	/**
	 * Condition check callback
	 *
	 * @return bool
	 */
	abstract public function check();

}
© 2026 GrazzMean