Files
plugin-dynamic-theme-style/includes/Config.php
2025-12-14 15:17:06 +01:00

13 lines
230 B
PHP

<?php
/**
* Configuration constants for Theme Style Darkmode plugin.
*/
namespace LasLie\ThemeStyleDarkmode;
class Config {
public const PATH = DIRNAME;
public const URL = DIRURL;
public const VERSION = '1.0.0';
}