docs: add redirection plugin reference to README

This commit is contained in:
Victor Westerlund 2026-02-24 11:05:55 +01:00
parent 3c10c1d90c
commit b7776906c3

View file

@ -21,3 +21,9 @@ $post->post_content;
// Update the datetime modified for this post // Update the datetime modified for this post
$post->post_modified = new DateTimeImmutable(); $post->post_modified = new DateTimeImmutable();
``` ```
# Plugins
This library also has support for the following plugins:
Plugin|Versions|Reference
--|--|--
[Redirection](https://wordpress.org/plugins/redirection/)|5.3.10 (limited support)|[Plugins/redirection](/vlw/wp/src/branch/feat/plugin-redirection/src/Plugins/redirection)