superhuit/wp-graphql-redirection
最新稳定版本:v1.1.1
Composer 安装命令:
composer require superhuit/wp-graphql-redirection
包简介
Exposes Redirection WP plugin in the WP-GraphQL schema
README 文档
README
Exposes Redirection plugin in the GraphQL schema.
Requirements
- Requires PHP 7.4+
- Requires WordPress 5.0+
- Requires WP-GraphQL 1.8+
- Requires Redirection 5.0+
Install and Activate
WPGraphQl Redirection is a WordPress Plugin. YOu must then have a running WordPress instance with both WPGraphQL and Redirection plugins installed and activated.
Installing From Github
To install the plugin from Github, you can download the latest release zip file, upload the Zip file to your WordPress install, and activate the plugin.
Click here to learn more about installing WordPress plugins from a Zip file.
Installing from Composer
composer require superhuit/wp-graphql-redirection
Example
query getAllRedirections { redirections { code target url } } query getTheRedirection($uri: String!) { redirections(uri: $uri) { code target url } }
统计信息
- 总下载量: 2.76k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2023-02-17