[wordpress插件] Date Range Filter日期范围过滤器

wordpress 插件 文章 2020-04-13 01:50 500 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

Note: This plugin requires PHP 5.3 or higher to be activated.

注意:此插件需要PHP 5.3或更高版本才能激活。

5.4 Strongly recommended.

5.4强烈推荐。

A big shout-out to the Stream team for developing much of the functionnality of this plugin and

Stream 团队大声疾呼,以开发此插件的大部分功能,并

letting me reuse it for another purposes.

让我将其重用于其他目的。

You guys rock!

你们摇滚!

This plugin was develop to supercharge the current date filter of WordPress admin.

此插件开发用于增强WordPress管理员的当前日期过滤器。

It will let you filter posts by a custom date range or by an already defined range.

它将使您可以按自定义日期范围或已经定义的范围过滤帖子。

By default the plugin only filters post creation date.

默认情况下,该插件仅过滤创建后的日期。

If you would like to filter the post modified date, please use this filter:

如果您想过滤修改后的日期,请使用以下过滤器:

function my_date_range_filter_query_column( $column ){    

函数my_date_range_filter_query_column($ column){    

return 'post_modified';

返回'post_modified';

}

}

add_filter( 'date_range_filter_query_column', 'my_date_range_filter_query_column', 10, 1 );

add_filter('date_range_filter_query_column','my_date_range_filter_query_column',10,1);

Languages Supported:

支持的语言:

    • English
    • 英语

    Improvement?

    改进?

    Bugs?

    错误吗?

    Please fill out an issue here.

    请在此处填写问题。

下载地址
https://downloads.wordpress.org/plugin/date-range-filter.zip
-EOF-

AI助手支持GPT4.0