configpress.phtml
8 years ago
content.phtml
8 years ago
core.phtml
8 years ago
tools.phtml
8 years ago
configpress.phtml
13 lines
| 1 | <?php if (defined('AAM_KEY')) { ?> |
| 2 | <div class="aam-feature" id="configpress-content"> |
| 3 | <div class="row"> |
| 4 | <div class="col-xs-12"> |
| 5 | <p class="aam-info"> |
| 6 | Fore more information about AAM configurations check <a href="https://aamplugin.com/help/aam-configurations">this article</a> |
| 7 | </p> |
| 8 | </div> |
| 9 | </div> |
| 10 | |
| 11 | <textarea id="configpress-editor" class="configpress-editor" rows="10"><?php echo AAM_Core_ConfigPress::getInstance()->read(); ?></textarea> |
| 12 | </div> |
| 13 | <?php } |