This commit is contained in:
+13
-13
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* Example
|
||||
* Ogre Consent
|
||||
*
|
||||
* @package plugin
|
||||
* @package ogre-consent
|
||||
* @author cleverogre
|
||||
* @copyright 2026 CleverOgre
|
||||
* @license GLP-3.0-or-later
|
||||
@@ -10,9 +10,9 @@
|
||||
* @since 0.0.0
|
||||
*
|
||||
* @wordpress-plugin
|
||||
* Plugin Name: Example
|
||||
* Plugin URI: https://git.cleverogre.com/cleverogre/plugin/
|
||||
* Description: Example plugin
|
||||
* Plugin Name: Ogre Consent
|
||||
* Plugin URI: https://git.cleverogre.com/cleverogre/ogre-consent/
|
||||
* Description: Ogre Consent plugin
|
||||
* Version: 0.0.0
|
||||
* Requires at least: 6.0
|
||||
* Requires PHP: 8.2
|
||||
@@ -21,24 +21,24 @@
|
||||
* Text Domain: plugin
|
||||
* License: GPLv3 or later
|
||||
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
* Update URI: https://git.cleverogre.com/cleverogre/plugin/
|
||||
* Update URI: https://git.cleverogre.com/cleverogre/ogre-consent/
|
||||
* Domain Path: /lang
|
||||
* Icon1x: https://plugins.cleverogre.com/wp-content/uploads/plugin-icon-128x128.png
|
||||
* Icon2x: https://plugins.cleverogre.com/wp-content/uploads/plugin-icon.png
|
||||
* BannerLow: https://plugins.cleverogre.com/wp-content/uploads/plugin-banner-772x250.png
|
||||
* BannerHigh: https://plugins.cleverogre.com/wp-content/uploads/plugin-banner.png
|
||||
* Icon1x: https://plugins.cleverogre.com/wp-content/uploads/ogre-consent-icon-128x128.png
|
||||
* Icon2x: https://plugins.cleverogre.com/wp-content/uploads/ogre-consent-icon.png
|
||||
* BannerLow: https://plugins.cleverogre.com/wp-content/uploads/ogre-consent-banner-772x250.png
|
||||
* BannerHigh: https://plugins.cleverogre.com/wp-content/uploads/ogre-consent-banner.png
|
||||
* Requires License: yes
|
||||
*/
|
||||
|
||||
namespace Ogre;
|
||||
|
||||
use Ogre\Example\Settings;
|
||||
use Ogre\Consent\Settings;
|
||||
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
require_once 'vendor/autoload.php';
|
||||
|
||||
final class Example extends Plugin {
|
||||
final class Consent extends Plugin {
|
||||
|
||||
protected function __construct() {
|
||||
parent::__construct();
|
||||
@@ -72,4 +72,4 @@ final class Example extends Plugin {
|
||||
|
||||
}
|
||||
|
||||
Example::instance();
|
||||
Consent::instance();
|
||||
|
||||
Reference in New Issue
Block a user