plugin upload

This commit is contained in:
Rodolfo Martinez 2025-12-12 23:29:08 -05:00
parent 00e60ec1b7
commit c4905e952e
17 changed files with 1426 additions and 0 deletions

View 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>