From 15445ad40e8325e6f66dcbf94f7c6b2495011f49 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 13 Dec 2025 10:22:21 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feature:=20Initial=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..631a819 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vscode/ +notes/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..1aa2fe5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# WP Site Sync + +WP Site Sync is a WordPress plugin that allows users to synchronize content between different WordPress sites. It is particularly useful for developers and site administrators who manage multiple WordPress installations and need to keep content consistent across them.