Skip to content
Snippets Groups Projects
Select Git revision
  • 8be0434c0aa7126531a355dc833f538b3d69c036
  • master default protected
  • fix/body-raw
  • devel
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0
10 results

changelog.txt

Blame
  • 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;
    
    }