mu_dropdown_languages

mu_dropdown_languages

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('mu_dropdown_languages') is found 1 times:

  • /wp-admin/includes/ms.php line 670
    666
    667
    668
    669
    670
    671
    672
    673
    674
    675
    676
         * @param string[] $output     Array of HTML output for the dropdown.
         * @param string[] $lang_files Array of available language files.
         * @param string   $current    The current language code.
         */
        $output = apply_filters( 'mu_dropdown_languages', $output, $lang_files, $current );
     
        echo implode( "\n\t", $output );
    }
     
    /**
     * Displays an admin notice to upgrade all sites after a core upgrade.