• We are having an issue with filtering dates that have been modified.

    we have tried

    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 );

    But it does not work.

    Is anyone still available to help with this plugin?

  • The topic ‘Can’t filter Dates that have been modified’ is closed to new replies.