Files
Leitgedanken/msd2/wordpress/wp-content/plugins/amp/templates/html-end.php
2023-01-23 11:03:31 +01:00

19 lines
194 B
PHP

<?php
/**
* HTML end template part.
*
* @package AMP
*/
/**
* Context.
*
* @var AMP_Post_Template $this
*/
?>
<?php do_action( 'amp_post_template_footer', $this ); ?>
</body>
</html>