plugin-icon

WP REST API – Filter posts date wise using given column

In WordPress 4.7, Posts cannot be filtered based on modified, modified_gmt, date_gmt fields.
评级
最后更新
November 9, 2017
版本
0.1
活跃安装
20

In WordPress 4.7, Posts cannot be filtered based on modified, modified_gmt, date_gmt fields. Using this plugin we can specify the column(any of date, date_gmt, modified, modified_gmt) as query parameter date_query_column to query against value(s) given in before and/or after query parameters.

Usage

Use the date_query_column parameter on any post endpoint such as /wp/v2/posts or /wp/v2/pages in combination with before and/or after parameter.

/wp-json/wp/v2/posts?after=2017-11-08T13:07:09&date_query_column=modified
免费使用Creator套餐
活跃安装
20
目前已测试版本
4.8.25
此插件可供下载,可用于您的 WordPress 自托管安装。