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
!3
feat: email styles
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
feat: email styles
refactor/templates
into
devel
Overview
0
Commits
3
Pipelines
3
Changes
18
Merged
Piotr Potrebka
requested to merge
refactor/templates
into
devel
10 months ago
Overview
0
Commits
3
Pipelines
3
Changes
18
0
0
Merge request reports
Viewing commit
df40c2e7
Prev
Next
Show latest version
18 files
+
514
−
381
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
df40c2e7
feat: email styles
· df40c2e7
Piotr Potrebka
authored
10 months ago
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