From 007f858b5f6af892cdef7c71fabcb392da5b24df Mon Sep 17 00:00:00 2001 From: Marco Hitschler Date: Thu, 9 Oct 2025 22:46:33 +0200 Subject: [PATCH] Custom Media Path --- readme.md | 6 ++++++ unmus.php | 1 + unmus_ftp.php | 23 +++++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 unmus_ftp.php diff --git a/readme.md b/readme.md index 1290783..02826d1 100644 --- a/readme.md +++ b/readme.md @@ -39,6 +39,7 @@ Following standard features of the WordPress Core are manipulated or extended. * Search * Site Health * Update +* Uploads ### Archives @@ -101,6 +102,10 @@ Following standard features of the WordPress Core are manipulated or extended. * Run Plugin Updates automaticly * Run Theme Updates automaticly +### + +* Add Subdirectory YEAR for Uploads + ## Plugin Modifications Standard features of the following plugins will be manipulated or extended. @@ -220,6 +225,7 @@ This project is licensed under the GPL3 License. Release pending. +* Added: Custom Upload Subdirectories * Added: TootPress Afterloop Filter * Added: Caching of ActivityPub Endpoints in WP REST API * Added: Fade out WB REST CACHE Icon @ Admin Bar diff --git a/unmus.php b/unmus.php index 265a235..92d76a1 100644 --- a/unmus.php +++ b/unmus.php @@ -49,6 +49,7 @@ require_once('unmus_visibility.php'); require_once('unmus_cache.php'); require_once('unmus_tootpress.php'); +require_once('unmus_ftp.php'); // Ensure that all required functions are available during setup require_once( ABSPATH . 'wp-admin/includes/upgrade.php'); diff --git a/unmus_ftp.php b/unmus_ftp.php new file mode 100644 index 0000000..cab724b --- /dev/null +++ b/unmus_ftp.php @@ -0,0 +1,23 @@ + \ No newline at end of file