Completed
Push — update/use-identity-crisis-pac... ( d14b6d...6e141b )
by
unknown
128:58 queued 119:18
created

Jetpack_Wizard_Banner::can_be_displayed()   B

Complexity

Conditions 6
Paths 6

Size

Total Lines 25

Duplication

Lines 25
Ratio 100 %

Importance

Changes 0
Metric Value
cc 6
nc 6
nop 0
dl 25
loc 25
rs 8.8977
c 0
b 0
f 0
1
<?php
2
/**
3
 * Deprecated since 9.5.0
4
 *
5
 * @deprecated
6
 * @package automattic/jetpack
7
 */
8
9
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
10
_deprecated_file( basename( __FILE__ ), 'jetpack-9.5.0' );
11