Initial setup, untested
Validate Build / validate-build (push) Failing after 36s

This commit is contained in:
Cooper Dalrymple
2026-08-25 14:58:39 -05:00
parent 7159f7099e
commit 5f702470cc
17 changed files with 2573 additions and 163 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
<?php
/**
* @package plugin
* @package ogre-consent
* @author cleverogre
* @copyright 2026 CleverOgre
* @license GLP-3.0-or-later
@@ -8,11 +8,11 @@
* @since 0.0.0
*/
namespace Ogre\Example;
namespace Ogre\Consent;
use Override;
use Ogre\Settings as AbstractSettings;
use Ogre\Example as Plugin;
use Ogre\Consent as Plugin;
defined('ABSPATH') || exit;