PHP include html

<?php

if(wp_is_mobile()) {

include(“footermenumobile.html”);

} else {

include(“footermenu.html”);

}

?>

Leave a Reply