Conditions | 4 |
Paths | 4 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
38 | public static function can_be_displayed() { |
||
39 | /** This filter is documented in _inc/lib/admin-pages/class.jetpack-react-page.php */ |
||
40 | return apply_filters( 'jetpack_show_setup_wizard', false ) |
||
41 | && Jetpack::is_active() |
||
42 | && ! self::is_finished() |
||
43 | && current_user_can( 'jetpack_manage_modules' ); |
||
44 | } |
||
45 | } |
||
46 |