modified file themes

This commit is contained in:
2026-06-03 21:29:38 +00:00
committed by Gitium
parent b129b39e3f
commit c1e4f68aeb
243 changed files with 70220 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<?php
/**
* The template for displaying the footer.
*
* @package GeneratePress
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
/**
* generate_after_footer hook.
*
* @since 2.1
*/
do_action( 'generate_minimal_footer' );
wp_footer();
?>
</body>
</html>