Core Function
View Source on Trac ↗ get_theme_feature_list()
get_theme_feature_list( mixed $api = true ) Retrieves list of WordPress theme features (aka theme tags).
Parameters 0 required
| Name / Type | Description |
|---|---|
| $api bool | Optional. Whether try to fetch tags from the WordPress.org API. Defaults to true. |
Return Value
(array)
Array of features keyed by category with translations keyed by slug.
Function Information
Since Version
3.1.0
Source File
wp-admin/includes/theme.php
Advertisement