Uses
Uses | Description |
---|---|
wp-includes/general-template.php: get_the_post_type_description | Filters the description for a post type archive. |
wp-includes/query.php: get_query_var() | Retrieve variable in the WP_Query class. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |