Hide DIV on specific pages
Date: April 24, 2020
Categories: PHP, Programming & Scripting
PHP snippet to hide a specific DIV or content from specific pages:
<?php if (strpos($_SERVER[‘REQUEST_URI’],’/checkout/’) === false ||…
PHP snippet to hide a specific DIV or content from specific pages:
<?php if (strpos($_SERVER[‘REQUEST_URI’],’/checkout/’) === false ||…