plugin upload
This commit is contained in:
parent
00e60ec1b7
commit
c4905e952e
17 changed files with 1426 additions and 0 deletions
12
native/wordpress/maple-calc/templates/admin-page.php
Normal file
12
native/wordpress/maple-calc/templates/admin-page.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
// templates/admin-page.php
|
||||
?>
|
||||
<div class="wrap">
|
||||
<h1>Maple Calc</h1>
|
||||
<p>Welcome to the Maple Calc admin page. Use the shortcodes below to insert calculators into your posts or pages:</p>
|
||||
<ul>
|
||||
<li><code>[maple_mortgage_calculator]</code></li>
|
||||
<li><code>[maple_datacenter_calculator]</code></li>
|
||||
<li><code>[maple_roi_calculator]</code></li>
|
||||
</ul>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue