Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/theme.php | apply_filters | 520 | /** * Filters arguments used to query for installer pages from the WordPress.org Themes API. * * Important: An object MUST be returned to this filter. * * @since 2.8.0 * * @param object $args Arguments used to query for installer pages from the WordPress.org Themes API. * @param string $action Requested action. Likely values are 'theme_information', * 'feature_list', or 'query_themes'. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
object | $args | Arguments used to query for installer pages from the WordPress.org Themes API. |
string | $action | Requested action. Likely values are 'theme_information', |