skip to Main Content

WordPress – Notice: Undefined index: product_id in /home/abc/public_html/wp-content/themes/abc/footer.php on line 70

When i open the website i get a error at the footer Notice: Undefined index: product_id in /home/abc/public_html/wp-content/themes/abc/footer.php on line 70 Here is the code : <?php wp_footer(); if($_GET['product_id']&&$_GET['product_id']!=""){ $product_id = $_GET['product_id']; echo '<input type="hidden" id="product_id" value="'.$product_id.'" />'; echo '<input…

VIEW QUESTION
Back To Top
Search