Changes between Initial Version and Version 1 of Ticket #43910, comment 7
- Timestamp:
- 05/22/2018 09:54:36 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43910, comment 7
initial v1 25 25 * @param array $args An array of WP_Query arguments. 26 26 */ 27 $args = apply_filters( $this->request_type . '_list_table_query_args', $args ); 27 28 28 $requests_query = new WP_Query( apply_filters( $this->request_type . '_list_table_query_args', $args ));29 $requests_query = new WP_Query( $args ); 29 30 }}}