Giter Site home page Giter Site logo

jonathanbardo / wp-date-range-filter Goto Github PK

View Code? Open in Web Editor NEW
15.0 15.0 2.0 219 KB

Easily filter the admin list of post and custom post type with a date range.

Home Page: http:/wordpress.org/plugins/date-range-filter/

License: GNU General Public License v2.0

PHP 57.23% Shell 10.88% CSS 23.74% JavaScript 8.14%

wp-date-range-filter's Introduction

Hi there ๐Ÿ‘‹

wp-date-range-filter's People

Contributors

jonathanbardo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

wp-date-range-filter's Issues

Howto filter on just 1 post type by custom field

Hey dev,

Want to use this for the ever-popular WP Events Manager plugin to filter events by date. I just need to know how to structure your filter below to do this:

function my_date_range_filter_query_column( $column ){
return 'post_modified';
}
add_filter( 'date_range_filter_query_column', 'my_date_range_filter_query_column', 10, 1 );

Post type of "event" and custom field of "_event_start_date"

unable to pick date of custom field

I want to pick orders according to the delivery date but the plugin works for the date when order is made but can't get how to do it for delivery date. help me, please ASAP

Warning for PHP 7.1 and above

There is a warning on the WordPress dashboard for sites that are using PHP 7.1 and above.

Warning: Declaration of Carbon\Carbon::setTime($hour, $minute, $second = 0) should be compatible with DateTime::setTime($hour, $minute, $second = NULL, $microseconds = NULL) in /path/public_html/wp-content/plugins/date-range-filter/includes/vendor/Carbon.php on line 2127

Debug Notices Undefined Index

WP 4.9.5 multisite network Date range filter ver 0.0.11

NOTICE: wp-content/plugins/date-range-filter/date-range-filter.php:458 - Undefined index: wpfd_file
wp_dashboard, do_meta_boxes, Date_Range_Filter::dashboard_widget, Date_Range_Filter::count_posts_per_date

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.