apply_filters( 'woocommerce_rest_prepare_system_status', WP_REST_Response $response, mixed $system_status, WP_REST_Request $request )

Filter the system status returned from the REST API.


Description Description


Parameters Parameters

$response

The response object.

$system_status

System status

$request

Request object.


Top ↑

Source Source

File: includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.