Select Git revision
changelog.txt
-
Grzegorz Rola authoredGrzegorz Rola authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
ConditionInterface.php 162 B
<?php
namespace WPDesk\Library\WPEmail\Abstracts;
use WPDesk\View\Renderer\Renderer;
interface ConditionInterface {
public function is_valid(): bool;
}