From 25d69fb36ce1b5cdbe675537de6a8115bbc2a4bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lucas=20Garc=C3=ADa?= <lucas@codeccoop.org>
Date: Sat, 4 May 2024 22:54:39 +0200
Subject: [PATCH] feat: delay plugin initialization

---
 wpct-erp-forms.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wpct-erp-forms.php b/wpct-erp-forms.php
index 37eb293..a15431c 100755
--- a/wpct-erp-forms.php
+++ b/wpct-erp-forms.php
@@ -90,4 +90,4 @@ class Wpct_Erp_Forms extends Abstract\Plugin
 
 add_action('plugins_loaded', function () {
     $plugin = Wpct_Erp_Forms::get_instance();
-}, 5);
+}, 9);
-- 
GitLab