Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WP Mail
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
Library
WP Mail
Merge requests
!2
Devel
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Devel
devel
into
main
Overview
44
Commits
35
Pipelines
34
Changes
20
Merged
Piotr Potrebka
requested to merge
devel
into
main
2 years ago
Overview
33
Commits
35
Pipelines
34
Changes
20
0
0
Merge request reports
Viewing commit
e73a91bc
Prev
Next
Show latest version
20 files
+
564
−
381
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
e73a91bc
Merge branch 'refactor/templates' into 'devel'
· e73a91bc
Piotr Potrebka
authored
11 months ago
feat: email styles See merge request
!3
src/Abstracts/ConditionInterface.php deleted
100644 → 0
+
0
−
11
View file @ b66b0f14
<?php
namespace
WPDesk\Library\WPEmail\Abstracts
;
use
WPDesk\View\Renderer\Renderer
;
interface
ConditionInterface
{
public
function
is_valid
():
bool
;
}
Loading