Website Settings

Dondere modus
Hoog contrast
Font grootte
Lees pagina-inhoud
Afdrukken
  • Het is 10-09-2026 en week 37 in de Herfst .

Account Settings

Winkelwagen

De winkelwagen is nog leeg

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

Snippet

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
Home