- Allows the air to flow from the air duct
- Can be applied by adding wire mesh
- Material: Galvanized steel, Stainless steel
function move_scripts_to_footer() {
wp_dequeue_script('jquery');
wp_enqueue_script('jquery', includes_url('/js/jquery/jquery.js'), [], false, true);
}
add_action('wp_enqueue_scripts', 'move_scripts_to_footer');