# wpremote/6.02/admin/add_new_account.php

The WP Remote WordPress Plugin, version 6.02. 18 lines.

- Page: https://pluginprobe.com/plugins/wpremote/6.02/code/admin/add_new_account.php
- Raw: https://pluginprobe.com/plugins/wpremote/6.02/raw/admin/add_new_account.php
- Modified: 2021-06-11T13:29:22+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/wpremote/6.02/code/admin/add_new_account.php#L10-L20`.

```php
<div class="wpremote">
	<div id="add-new-account">
		<section id="header">
			<div class="custom-container">
				<?php
					require_once dirname( __FILE__ ) . "/components/header_top.php";
					require_once dirname( __FILE__ ) . "/components/form.php";
				?>
			</div>
		</section>
		<?php
			require_once dirname( __FILE__ ) . "/components/features_list.php";
			require_once dirname( __FILE__ ) . "/components/testimony.php";
			require_once dirname( __FILE__ ) . "/components/footer.php";
		?>
	</div>
</div>

```
