configpress.php
1 year ago
content.php
1 year ago
core.php
1 year ago
multisite.php
1 year ago
security.php
1 year ago
service.php
1 year ago
service.php
18 lines
| 1 | <?php /** @version 7.0.0 */ ?> |
| 2 | |
| 3 | <?php if (defined('AAM_KEY')) { ?> |
| 4 | <div class="aam-feature settings" id="settings-services-content"> |
| 5 | <table id="service-list" class="table table-striped table-bordered"> |
| 6 | <thead> |
| 7 | <tr> |
| 8 | <th>ID</th> |
| 9 | <th>Name</th> |
| 10 | <th width="80%"><?php echo __('Service Name/Description', 'advanced-access-manager'); ?></th> |
| 11 | <th><?php echo __('Status', 'advanced-access-manager'); ?></th> |
| 12 | </tr> |
| 13 | </thead> |
| 14 | <tbody></tbody> |
| 15 | </table> |
| 16 | <div class="hidden" id="service-list-json"><?php echo wp_json_encode($this->getList(), JSON_HEX_QUOT); ?></div> |
| 17 | </div> |
| 18 | <?php } |