translations_api_result

过滤钩子
apply_filters( 'translations_api_result', $res, $type, $args )
参数
  • (array|WP_Error) $res Response as an associative array or WP_Error.
    Required:
  • (string) $type The type of translations being requested.
    Required:
  • (object) $args Translation API arguments.
    Required:
定义位置
相关勾子
translations_apiplugins_api_resultthemes_api_resultapplication_password_is_api_requestplugins_api_args
相关方法
translations_apilist_translation_updateswp_load_translations_earlywp_get_translation_updates_transition_post_statustranslate_user_role
引入
4.0.0
弃用
-

translations_api_result – 这是一个WordPress过滤器,允许你修改对WordPress翻译API的调用结果。translations_api_result过滤器是在刚刚收到API调用的结果后应用的,它可以用来以各种方式修改结果,例如删除某些翻译文件或添加额外的翻译数据。

过滤翻译安装API的响应结果。

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

常见问题

FAQs
查看更多 >