mirror of
https://codeberg.org/vlw/wp.git
synced 2026-02-26 03:51:58 +01:00
docs: add redirection plugin reference to README
This commit is contained in:
parent
3c10c1d90c
commit
b7776906c3
1 changed files with 6 additions and 0 deletions
|
|
@ -21,3 +21,9 @@ $post->post_content;
|
|||
// Update the datetime modified for this post
|
||||
$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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue