jetpack_sync_error_idc_validation, false

jetpack_sync_error_idc_validation, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_sync_error_idc_validation, false') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-identity-crisis.php line 518
    						if ( self::remote_validate_idc( $sync_error ) ) {
    							// IDC was cleared remotely. The option is already deleted by
    							// remote_validate_idc(), so return false immediately to
    							// avoid double deletion and allow the filter to run.
    							return (bool) apply_filters( 'jetpack_sync_error_idc_validation', false );
    						}
    					}
    				}
    			}
    		}