13 lines
266 B
PHP
13 lines
266 B
PHP
<?php
|
|
/**
|
|
* @author ThemePunch <info@themepunch.com>
|
|
* @link https://www.themepunch.com/
|
|
* @copyright 2019 ThemePunch
|
|
*/
|
|
|
|
if(!defined('ABSPATH')) exit();
|
|
RevLoader::do_action( 'wp_footer' );
|
|
RevLoader::wp_print_footer_scripts();
|
|
|
|
//wp_footer(); ?>
|
|
</div> |