Uses
| Uses | Description |
|---|---|
| wp-includes/query.php: get_query_var() | Retrieve variable in the WP_Query class. |
| wp-includes/template.php: get_archive_template() | Retrieve path of archive template in current or parent template. |
| wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |