ready to be handled by the filter hook. */ class WPC_Fallback_Condition extends WPC_Condition { public function __construct() { $this->name = __( '', 'wpc-conditions' ); $this->slug = __( '', 'wpc-conditions' ); $this->description = __( '', 'wpc-conditions' ); parent::__construct(); } public function match( $match, $operator, $value ) { return $match; } } }