-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-users.php
More file actions
20 lines (17 loc) · 654 Bytes
/
page-users.php
File metadata and controls
20 lines (17 loc) · 654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/*
* Template Name: Dashboard Template
* Template Post Type: page
*
* @package CoderDojo
* @subpackage CoderDojo Sixteen
* @since CoderDojo Sixteen 1.0
*/
get_header();
echo '<main id="main" class="wrapper">'; ?>
<h1>Manage Dojo Users</h1>
<div class="is-layout-flex wp-block-buttons">
<div class="wp-block-button aligncenter has-custom-font-size is-style-outline" style="font-size:16px"><a class="wp-block-button__link has-text-color wp-element-button" href="<?php echo home_url('/dashboard/my-dojos/users/pending'); ?>" style="border-radius:4px;color:#73449b">User Requests</a></div>
</div>
<?php echo'</main>';
get_footer();