apply_filters( 'ep_weighted_query_for_post_type', $query, $post_type, $args ) → {array}
Filter weighting query for a post type
Parameters:
Name | Type | Description |
---|---|---|
$query |
array | Weighting query |
$post_type |
string | Post type |
$args |
array | WP Query arguments |
Returns:
New query
- Type
- array