From 5cc76a4a9634bd12ef40c4729fd0dfd3ac0e571c Mon Sep 17 00:00:00 2001 From: Zamfi99 Date: Fri, 14 Jun 2024 20:19:30 +0300 Subject: [PATCH] Create registry class & create clear history feature for Used_Post_IDs class --- src/alley/wp/class-registry.php | 60 +++++++++++++++++++ src/alley/wp/post-ids/class-used-post-ids.php | 14 ++++- 2 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 src/alley/wp/class-registry.php diff --git a/src/alley/wp/class-registry.php b/src/alley/wp/class-registry.php new file mode 100644 index 0000000..8acb1c5 --- /dev/null +++ b/src/alley/wp/class-registry.php @@ -0,0 +1,60 @@ +ids = []; + } }