<script> document.addEventListener(“DOMContentLoaded”, function() { var productTitles = document.querySelectorAll(‘.trchu h5’); productTitles.forEach(function(link) { // Viết hoa từng từ link.textContent = link.textContent.split(‘ ‘).map(function(word)…

// Chuyển tiêu đề tiếng Việt có dấu sang không dấu function remove_vietnamese_accents($str) { if (class_exists(‘Transliterator’)) { $transliterator = Transliterator::create(‘NFD;…

Lazyload ảnh giảm thời gian tải trang

//lazy load function add_lazy_loading_to_images($content) { return str_replace(‘<img’, ‘<img loading=”lazy”‘, $content); } add_filter(‘the_content’, ‘add_lazy_loading_to_images’); function modify_image_attributes($content) { $content = preg_replace(‘/<img(.*?)src=/’, ‘<img$1data-src=’,…

Kích hoạt key flatsome 2024

Bước 1: Tìm và mở function trong child theme Bước 2: Copy đoạn code dưới đây update_option( ‘flatsome_wup_purchase_code’, ’50b6b124-b068-4b95-bb77-ec94d74f0300′ );…