Allow filtering whether to send an early 200 HTTP response. The default for this hook is false
.
apply_filters( 'pmpro_send_200_http_response', bool $send_early_response ); |
Parameters
- $send_early_response
- bool; Default false
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/includes/functions.php
View in Source Code