Account Settings

Winkelwagen

De winkelwagen is nog leeg

Website Settings

Dondere modus
Hoog contrast
Font grootte
Lees pagina-inhoud
Afdrukken
Realtime
  • Datum: 19-02-2026
  • Week: 08
  • Weer:
  • Seizoen: Winter

Forces the site locale for the HTML lang attribute from nl-NL to nl

Omschrijving

/**
 * Forces the site locale for the HTML lang attribute from nl-NL to nl
 */
function modify_html_lang_attribute($output) {
    // Replace 'nl_NL' with 'nl' in the language attributes
    $output = str_replace('nl-NL', 'nl', $output);
    return $output;
}

// Add the filter to 'language_attributes' hook
add_filter('language_attributes', 'modify_html_lang_attribute');

Snippet

FieldValue
Snippet Status
Snippet Description
Snippet Type CodePHP
Snippet URL
Snippet Content/** * Forces the site locale for the HTML lang attribute from nl-NL to nl */ function modify_html_lang_attribute($output) { // Replace 'nl_NL' with 'nl' in the language attributes $output = str_replace('nl-NL', 'nl', $output); return $output; } // Add the filter to 'language_attributes' hook add_filter('language_attributes', 'modify_html_lang_attribute');
Snippet Content CSS
Snippet Content HTML
Snippet Content JS
Snippet Content PHP
Particle Snippet in Software1
Particle Snippet in Boilerplate0

Relations

ItemType

Pointing items

ItemTypeCategoryTags
Categorie
Tags,
URL
TypeSnippet
Time
Price

Geef een reactie

Je e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *

Home