wpseek.com
WordPress开发者和主题制作者的搜索引擎



translations_api_result › WordPress过滤钩子

Since4.0.0
已弃用n/a
apply_filters( 'translations_api_result', $res, $type, $args )
参数: (3)
  • (array|WP_Error) $res Response as an associative array or WP_Error.
    Required: Yes
  • (string) $type The type of translations being requested.
    Required: Yes
  • (object) $args Translation API arguments.
    Required: Yes
定义在:
文档:

Filters the Translation Installation API response results.





源码

return apply_filters( 'translations_api_result', $res, $type, $args );