__get( 'Name' ); $current_screen = get_current_screen(); if ( is_admin() && '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; } ?>