PluginProbe
The WP Remote WordPress Plugin / 4.69
The WP Remote WordPress Plugin v4.69
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 / account_details.php

account_details.php in The WP Remote WordPress Plugin 4.69, at admin/account_details.php

15 lines 434 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="main-page">
3 <section id="header">
4 <div class="custom-container">
5 <?php require_once dirname( __FILE__ ) . "/components/header_top.php"; ?>
6 </div>
7 </section>
8 <?php
9 require_once dirname( __FILE__ ) . "/components/list_accounts.php";
10 require_once dirname( __FILE__ ) . "/components/testimony.php";
11 require_once dirname( __FILE__ ) . "/components/footer.php";
12 ?>
13 </div>
14 </div>
15