14 lines
179 B
PHP
Executable File
14 lines
179 B
PHP
Executable File
<?php
|
|
/**
|
|
* The template for displaying the footer in PWA.
|
|
*
|
|
* @package OceanWP WordPress theme
|
|
* @since 1.8.8
|
|
*/
|
|
|
|
?>
|
|
|
|
<?php wp_footer(); ?>
|
|
</body>
|
|
</html>
|