# wpremote/6.76/admin/add_new_account.php

The WP Remote WordPress Plugin, version 6.76. 19 lines.

- Page: https://pluginprobe.com/plugins/wpremote/6.76/code/admin/add_new_account.php
- Raw: https://pluginprobe.com/plugins/wpremote/6.76/raw/admin/add_new_account.php
- Modified: 2026-09-17T11:43: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.76/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/show-connection-key.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>

```
