Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wpct Http Bridge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External 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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
codeccoop
WordPress
plugins
Wpct Http Bridge
Merge requests
!1
Update Wpct DC API
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update Wpct DC API
feat/wpct-dc
into
main
Overview
0
Commits
3
Pipelines
0
Changes
2
Merged
Lucas García
requested to merge
feat/wpct-dc
into
main
10 months ago
Overview
0
Commits
3
Pipelines
0
Changes
2
Expand
Apply Wpct DC API updates
0
0
Merge request reports
Compare
main
version 1
cfd1df73
10 months ago
main (base)
and
latest version
latest version
6ef0a2c7
3 commits,
10 months ago
version 1
cfd1df73
2 commits,
10 months ago
2 files
+
34
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
abstract/class-plugin.php
+
1
−
1
Options
@@ -50,7 +50,7 @@ abstract class Plugin extends Singleton
private
function
check_dependencies
()
{
add_filter
(
'wpct_dependencies
_check
'
,
function
(
$dependencies
)
{
add_filter
(
'wpct_
dc_
dependencies'
,
function
(
$dependencies
)
{
foreach
(
$this
->
dependencies
as
$label
=>
$url
)
{
$dependencies
[
$label
]
=
$url
;
}
Loading