__get( 'Name' ); $current_screen = get_current_screen(); if( 'themes.php' == $pagenow && !$meta ){ if( $current_screen->id !== 'dashboard' && $current_screen->id !== 'themes' ){ return; } if( is_network_admin() ){ return; } if( ! current_user_can( 'manage_options' ) ){ return; } ?>
.notice-wrapper .notice-text .button-primary { height: 40px; padding: 5px; float: left; } .notice-wrapper .notice-text .button-secondary { height: 40px; padding: 5px; float: left; margin-left: 10px; margin-top: -10px; background:#007cba; color:#fff; } .notice-wrapper .dismiss-getting{ display: block; width: 10%; } '; }