apply_filters( 'themes_api_args', object $args , string $action )
Filters arguments used to query for installer pages from the ClassicPress.net Themes API.
Description
Important: An object MUST be returned to this filter.
Parameters
- $args
-
Arguments used to query for installer pages from the ClassicPress.net Themes API.
- $action
-
Requested action. Likely values are 'theme_information', 'feature_list', or 'query_themes'.
Source
Changelog
Version | Description |
---|---|
WP-2.8.0 | Introduced. |