test.php
unknown
php
7 months ago
397 B
2
Indexable
Never
<?php $dirPath = "/home/estxgwi/public_html"; require_once $dirPath . '/wp-load.php'; wp_head(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta name="robots" content="noindex,nofollow"> </head> <body> <div class="gravity-form-place"> <!-- gravity form must show here --> <?php echo do_shortcode('[gravityform id="6" ajax=true]'); ?> </div> <?php wp_footer(); ?> </body> </html>
Leave a Comment