Filters the returned WordPress.org Themes API response.
$resarray|stdClass|WP_Error$actionstring$argsstdClasswp-admin/includes/theme.php:638themes_api() * * @param array|stdClass|WP_Error $res WordPress.org Themes API response. * @param string $action Requested action. Likely values are 'theme_information', * 'feature_list', or 'query_themes'. * @param stdClass $args Arguments used to query for installer pages from the WordPress.org Themes API. */ return apply_filters( 'themes_api_result', $res, $action, $args );} /** * Prepares themes for JavaScript. * * @since 3.8.0Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.