translations_api_result

Advertisement

Summery Summery

Filters the Translation Installation API response results.

Syntax Syntax

apply_filters( 'translations_api_result', object|WP_Error $res, string $type, object $args )

Parameters Parameters

$res

Response object or WP_Error.

$type

The type of translations being requested.

$args

Translation API arguments.

Source Source

File: wp-admin/includes/translation-install.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.0.0 Introduced.

Advertisement

Leave a Reply