apply_filters( 'sensei_teacher_archive_query', $query ) → {WP_Query}
Change the query on the teacher author archive template
Parameters:
Name | Type | Description |
---|---|---|
$query |
WP_Query | The query object. |
- Since:
- 1.8.4
- Source:
Returns:
The filtered query object.
- Type
- WP_Query