apply_filters( 'sensei_home_remote_data_retry_error', $retry_error ) → {bool}
Filter if we should retry errors when fetching remote data.
Parameters:
Name | Type | Description |
---|---|---|
$retry_error |
bool | If we should retry errors. Default true. |
- Since:
- 4.8.0
- Source:
Returns:
If we should retry errors.
- Type
- bool