Completed
Push — update/videopress-in-woa-with-... ( 77c7c9...6a0738 )
by Jeremy
50:04 queued 37:30
created

Jetpack_IDC::wordpress_init()   B

Complexity

Conditions 7
Paths 5

Size

Total Lines 27

Duplication

Lines 27
Ratio 100 %

Importance

Changes 0
Metric Value
cc 7
nc 5
nop 0
dl 27
loc 27
rs 8.5546
c 0
b 0
f 0
1
<?php // phpcs:disable Squiz.Commenting.FileComment.SpacingAfterComment
2
/**
3
 * Identity Crisis handler.
4
 *
5
 * @deprecated 9.8.0. Functionality moved to the automattic/identity-crisis package.
6
 * @package automattic/jetpack
7
 */
8
9
 // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
10
_deprecated_file( basename( __FILE__ ), 'jetpack-9.8' );
11