Skip to content

Commit

Permalink
Deprecate Used_Post_IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
dlh01 committed Jun 20, 2024
1 parent 5a225b5 commit 6179881
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ This library adheres to [Semantic Versioning](https://semver.org/) and [Keep a C

## Unreleased

Nothing yet.
### Deprecated

- `Used_Post_IDs` class.

## 2.2.0

Expand Down
2 changes: 2 additions & 0 deletions src/alley/wp/post-ids/class-used-post-ids.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

/**
* Track post IDs that have been used, e.g. while rendering a page.
*
* @deprecated No longer recommended.
*/
final class Used_Post_IDs implements Post_IDs {
/**
Expand Down

0 comments on commit 6179881

Please sign in to comment.