PluginProbe
The WP Remote WordPress Plugin / 5.24
The WP Remote WordPress Plugin v5.24
6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 5.73 All 53 releases
wpremote / admin / add_new_account.php

add_new_account.php in The WP Remote WordPress Plugin 5.24, at admin/add_new_account.php

18 lines 513 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="wpremote">
2 <div id="add-new-account">
3 <section id="header">
4 <div class="custom-container">
5 <?php
6 require_once dirname( __FILE__ ) . "/components/header_top.php";
7 require_once dirname( __FILE__ ) . "/components/form.php";
8 ?>
9 </div>
10 </section>
11 <?php
12 require_once dirname( __FILE__ ) . "/components/features_list.php";
13 require_once dirname( __FILE__ ) . "/components/testimony.php";
14 require_once dirname( __FILE__ ) . "/components/footer.php";
15 ?>
16 </div>
17 </div>
18