commit 15445ad40e8325e6f66dcbf94f7c6b2495011f49 Author: Keith Solomon Date: Sat Dec 13 10:22:21 2025 -0600 ✨feature: Initial commit 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.