From 5b74a4f2b9f5240d2b0a60f1d3d93f93ae5f913a Mon Sep 17 00:00:00 2001 From: Viktor Miller Date: Wed, 14 Jan 2026 18:55:23 +0900 Subject: [PATCH] feat(01-01): create main plugin file with header - Add WordPress plugin header with metadata - Define plugin constants (VERSION, PLUGIN_DIR, PLUGIN_URL, PLUGIN_FILE) - Add security check for direct access - Include main class file - Initialize plugin on plugins_loaded hook Co-Authored-By: Claude Sonnet 4.5 --- ddhh-job-manager.php | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ddhh-job-manager.php diff --git a/ddhh-job-manager.php b/ddhh-job-manager.php new file mode 100644 index 0000000..8f8fa49 --- /dev/null +++ b/ddhh-job-manager.php @@ -0,0 +1,37 @@ +