list_translation_updates example

if ( current_user_can( 'update_core' ) ) {
        core_auto_updates_settings();
        core_upgrade_preamble();
    }
    if ( current_user_can( 'update_plugins' ) ) {
        list_plugin_updates();
    }
    if ( current_user_can( 'update_themes' ) ) {
        list_theme_updates();
    }
    if ( current_user_can( 'update_languages' ) ) {
        list_translation_updates();
    }

    /** * Fires after the core, plugin, and theme update tables. * * @since 2.9.0 */
    do_action( 'core_upgrade_preamble' );
    echo '</div>';

    wp_localize_script(
        
Home | Imprint | This part of the site doesn't use cookies.