# ablocks/2.9.0/templates/theme-builder/footer.php

aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder &amp; Animation Builder, version 2.9.0. 12 lines.

- Page: https://pluginprobe.com/plugins/ablocks/2.9.0/code/templates/theme-builder/footer.php
- Raw: https://pluginprobe.com/plugins/ablocks/2.9.0/raw/templates/theme-builder/footer.php
- Modified: 2025-04-17T15:01:18+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/ablocks/2.9.0/code/templates/theme-builder/footer.php#L10-L20`.

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

do_action( 'ablocks/templates/theme_builder/footer' );

wp_footer();
?>
</body>
</html>

```
