heartbeat_nopriv_received

最后更新于:2021-11-27 00:44:10

apply_filters( ‘heartbeat_nopriv_received’, array $response, array $data, string $screen_id )

Filters Heartbeat Ajax response in no-privilege environments.

参数

$response

(array)
The no-priv Heartbeat response.

$data

(array)
The $_POST data sent.

$screen_id

(string)
The screen ID.

源文件

文件: gc-admin/includes/ajax-actions.php

View on Trac