jetpack_connection_get_verified_errors
jetpack_connection_get_verified_errors
Appears in: jetpack.14.8
Hook Type: filter
Displaying hooks found in version: jetpack.14.8apply_filters('jetpack_connection_get_verified_errors') is found 1 times:
- /jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php line 255
* @param array $displayable_errors Array of displayable errors with hierarchical structure. * @param array $verified_errors Array of raw verified errors from the database. */ if ( $this->should_allow_error_filtering() ) { $displayable_errors = apply_filters( 'jetpack_connection_get_verified_errors', $displayable_errors, $verified_errors ); } // Only cache if no external filters are applied if ( ! $this->has_external_filters() ) { $this->cached_displayable_errors = $displayable_errors; }