Post modified date
-
Where to place the code?
“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 );”
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Post modified date’ is closed to new replies.