Skip to content
Snippets Groups Projects

feat: email styles

Merged Piotr Potrebka requested to merge refactor/templates into devel
18 files
+ 514
381
Compare changes
  • Side-by-side
  • Inline

Files

<?php
namespace WPDesk\Library\WPEmail\Abstracts;
use WPDesk\View\Renderer\Renderer;
interface ConditionInterface {
public function is_valid(): bool;
}
Loading