# ultimate-post/5.0.23/addons/builder/templates/footer.php

Post Grid Gutenberg Blocks – PostX, version 5.0.23. 11 lines.

- Page: https://pluginprobe.com/plugins/ultimate-post/5.0.23/code/addons/builder/templates/footer.php
- Raw: https://pluginprobe.com/plugins/ultimate-post/5.0.23/raw/addons/builder/templates/footer.php
- Modified: 2026-06-04T11:21:00+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ultimate-post/5.0.23/code/addons/builder/templates/footer.php#L10-L20`.

```php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}
?>
<!-- </div> -->
<?php wp_footer(); ?>

</body>
</html>

```
