Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
21 | public static function can_be_displayed() { |
||
22 | /** |
||
23 | * Determines if the Setup Wizard is displayed or not. |
||
24 | * |
||
25 | * @since 8.5.0 |
||
26 | * @deprecated 9.4.0 |
||
27 | * |
||
28 | * @param array $jetpack_show_setup_wizard If true, the Setup Wizard will be displayed. Otherwise it will not display. |
||
29 | */ |
||
30 | return false; |
||
31 | } |
||
32 | } |
||
33 |