jetpack_format_theme_details, $formatted_theme
jetpack_format_theme_details, $formatted_theme
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_format_theme_details, $formatted_theme') is found 1 times:
- /json-endpoints/jetpack/class.jetpack-json-api-themes-endpoint.php line 179
* @since 4.7.0 * * @param array $formatted_theme The theme info array. */ return apply_filters( 'jetpack_format_theme_details', $formatted_theme ); } /** * Checks the query_args our collection endpoint was passed to ensure that it's in the proper bounds. * * @return bool|WP_Error a WP_Error object if the args are out of bounds, true if things are good.