access-denied-redirect.php
1 year ago
admin-toolbar.php
1 year ago
api-route.php
1 year ago
backend-menu.php
1 year ago
capability.php
1 year ago
content.php
1 year ago
identity.php
1 year ago
jwt.php
5 months ago
login-redirect.php
1 year ago
logout-redirect.php
1 year ago
metabox.php
1 year ago
not-found-redirect.php
1 year ago
policy.php
1 year ago
url.php
1 year ago
welcome.php
1 year ago
widget.php
1 year ago
welcome.php
248 lines
| 1 | <?php /** @version 7.0.0 **/ ?> |
| 2 | |
| 3 | <?php if (defined('AAM_KEY')) { ?> |
| 4 | <div class="aam-feature" id="welcome-content"> |
| 5 | <div class="row"> |
| 6 | <div class="col-xs-12"> |
| 7 | <span class="aam-common-use-cases aam-mt-2"><?php echo __('Introduction', 'advanced-access-manager'); ?></span> |
| 8 | |
| 9 | <div class="panel-group" id="intro_videos_block" role="tablist" aria-multiselectable="true"> |
| 10 | <div class="panel panel-default"> |
| 11 | <div class="panel-heading" role="tab" id="video-1-heading"> |
| 12 | <h4 class="panel-title"> |
| 13 | <a role="button" data-toggle="collapse" data-parent="#intro_videos_block" href="#video-1" aria-controls="video-1"> |
| 14 | <?php echo __('1. Navigating the AAM UI: A Quick Guide', 'advanced-access-manager'); ?> |
| 15 | </a> |
| 16 | </h4> |
| 17 | </div> |
| 18 | |
| 19 | <div id="video-1" class="panel-collapse collapse" role="tabpanel" aria-labelledby="video-1-heading"> |
| 20 | <div class="panel-body"> |
| 21 | <!-- <iframe |
| 22 | width="100%" |
| 23 | height="315" |
| 24 | src="https://www.youtube.com/embed/qVJDolt31pY?si=xlbnrgPRYyjmxEs1" |
| 25 | title="Navigating the AAM UI: A Quick Guide" |
| 26 | frameborder="0" |
| 27 | allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" |
| 28 | referrerpolicy="strict-origin-when-cross-origin" |
| 29 | allowfullscreen |
| 30 | ></iframe> --> |
| 31 | |
| 32 | <a href="https://www.youtube.com/watch?v=qVJDolt31pY&list=PLged38T3QQC0lAMQ2Ov3w1KVah96233eE" target="_blank" class="btn btn-danger btn-block aam-mt-1">Watch on YouTube →</a> |
| 33 | </div> |
| 34 | </div> |
| 35 | </div> |
| 36 | <div class="panel panel-default"> |
| 37 | <div class="panel-heading" role="tab" id="video-2-heading"> |
| 38 | <h4 class="panel-title"> |
| 39 | <a role="button" data-toggle="collapse" data-parent="#intro_videos_block" href="#video-2" aria-controls="video-2"> |
| 40 | <?php echo __('2. Fine-Tuning AAM for Optimal Performance', 'advanced-access-manager'); ?> |
| 41 | </a> |
| 42 | </h4> |
| 43 | </div> |
| 44 | |
| 45 | <div id="video-2" class="panel-collapse collapse" role="tabpanel" aria-labelledby="video-2-heading"> |
| 46 | <div class="panel-body"> |
| 47 | <!-- <iframe |
| 48 | width="100%" |
| 49 | height="315" |
| 50 | src="https://www.youtube.com/embed/JVbevBWdJjo?si=lCP4VLNTyyMh5OoS" |
| 51 | title="Fine-Tuning AAM for Optimal Performance" |
| 52 | frameborder="0" |
| 53 | allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" |
| 54 | referrerpolicy="strict-origin-when-cross-origin" |
| 55 | allowfullscreen |
| 56 | ></iframe> --> |
| 57 | |
| 58 | <a href="https://www.youtube.com/watch?v=JVbevBWdJjo&list=PLged38T3QQC0lAMQ2Ov3w1KVah96233eE&index=2" target="_blank" class="btn btn-danger btn-block aam-mt-1">Watch on YouTube →</a> |
| 59 | </div> |
| 60 | </div> |
| 61 | </div> |
| 62 | <div class="panel panel-default"> |
| 63 | <div class="panel-heading" role="tab" id="video-3-heading"> |
| 64 | <h4 class="panel-title"> |
| 65 | <a role="button" data-toggle="collapse" data-parent="#intro_videos_block" href="#video-3" aria-controls="video-3"> |
| 66 | <?php echo __('3. Understanding Access Levels in AAM', 'advanced-access-manager'); ?> |
| 67 | </a> |
| 68 | </h4> |
| 69 | </div> |
| 70 | |
| 71 | <div id="video-3" class="panel-collapse collapse" role="tabpanel" aria-labelledby="video-3-heading"> |
| 72 | <div class="panel-body"> |
| 73 | <!-- <iframe |
| 74 | width="100%" |
| 75 | height="315" |
| 76 | src="https://www.youtube.com/embed/mKQ1TTICtE4?si=53byc76WzhH9Lm9K" |
| 77 | title="Understanding Access Levels in AAM" |
| 78 | frameborder="0" |
| 79 | allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" |
| 80 | referrerpolicy="strict-origin-when-cross-origin" |
| 81 | allowfullscreen |
| 82 | ></iframe> --> |
| 83 | |
| 84 | <a href="https://www.youtube.com/watch?v=mKQ1TTICtE4&list=PLged38T3QQC0lAMQ2Ov3w1KVah96233eE&index=3" target="_blank" class="btn btn-danger btn-block aam-mt-1">Watch on YouTube →</a> |
| 85 | </div> |
| 86 | </div> |
| 87 | </div> |
| 88 | <div class="panel panel-default"> |
| 89 | <div class="panel-heading" role="tab" id="video-4-heading"> |
| 90 | <h4 class="panel-title"> |
| 91 | <a role="button" data-toggle="collapse" data-parent="#intro_videos_block" href="#video-4" aria-controls="video-4"> |
| 92 | <?php echo __('4. Understanding Access Controls & Preferences Inheritance', 'advanced-access-manager'); ?> |
| 93 | </a> |
| 94 | </h4> |
| 95 | </div> |
| 96 | |
| 97 | <div id="video-4" class="panel-collapse collapse" role="tabpanel" aria-labelledby="video-4-heading"> |
| 98 | <div class="panel-body"> |
| 99 | <!-- <iframe |
| 100 | width="100%" |
| 101 | height="315" |
| 102 | src="https://www.youtube.com/embed/RrZcK9HkZHI?si=UBu0XqAViTfKBpOZ" |
| 103 | title="Understanding Access Controls & Preferences Inheritance" |
| 104 | frameborder="0" |
| 105 | allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" |
| 106 | referrerpolicy="strict-origin-when-cross-origin" |
| 107 | allowfullscreen |
| 108 | ></iframe> --> |
| 109 | |
| 110 | <a href="https://www.youtube.com/watch?v=RrZcK9HkZHI&list=PLged38T3QQC0lAMQ2Ov3w1KVah96233eE&index=4" target="_blank" class="btn btn-danger btn-block aam-mt-1">Watch on YouTube →</a> |
| 111 | </div> |
| 112 | </div> |
| 113 | </div> |
| 114 | <div class="panel panel-default"> |
| 115 | <div class="panel-heading" role="tab" id="video-5-heading"> |
| 116 | <h4 class="panel-title"> |
| 117 | <a role="button" data-toggle="collapse" data-parent="#intro_videos_block" href="#video-5" aria-controls="video-5"> |
| 118 | <?php echo __('5. Master WordPress Roles & Capabilities With AAM', 'advanced-access-manager'); ?> |
| 119 | </a> |
| 120 | </h4> |
| 121 | </div> |
| 122 | |
| 123 | <div id="video-5" class="panel-collapse collapse" role="tabpanel" aria-labelledby="video-5-heading"> |
| 124 | <div class="panel-body"> |
| 125 | <!-- <iframe |
| 126 | width="100%" |
| 127 | height="315" |
| 128 | src="https://www.youtube.com/embed/bqBLSqUjHV0?si=d6nkVrlFh_gwlCZi" |
| 129 | title="Master WordPress Roles & Capabilities With AAM" |
| 130 | frameborder="0" |
| 131 | allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" |
| 132 | referrerpolicy="strict-origin-when-cross-origin" |
| 133 | allowfullscreen |
| 134 | ></iframe> --> |
| 135 | |
| 136 | <a href="https://www.youtube.com/watch?v=bqBLSqUjHV0&list=PLged38T3QQC0lAMQ2Ov3w1KVah96233eE&index=5" target="_blank" class="btn btn-danger btn-block aam-mt-1">Watch on YouTube →</a> |
| 137 | </div> |
| 138 | </div> |
| 139 | </div> |
| 140 | <div class="panel panel-default"> |
| 141 | <div class="panel-heading" role="tab" id="video-6-heading"> |
| 142 | <h4 class="panel-title"> |
| 143 | <a role="button" data-toggle="collapse" data-parent="#intro_videos_block" href="#video-6" aria-controls="video-6"> |
| 144 | <?php echo __('6. Manage User Accounts with AAM | WordPress Access Control', 'advanced-access-manager'); ?> |
| 145 | </a> |
| 146 | </h4> |
| 147 | </div> |
| 148 | |
| 149 | <div id="video-6" class="panel-collapse collapse" role="tabpanel" aria-labelledby="video-6-heading"> |
| 150 | <div class="panel-body"> |
| 151 | <!-- <iframe |
| 152 | width="100%" |
| 153 | height="315" |
| 154 | src="https://www.youtube.com/embed/QUj6BY_ELZU?si=AKv7M04cV_k48VKs" |
| 155 | title="Manage User Accounts with AAM | WordPress Access Control" |
| 156 | frameborder="0" |
| 157 | allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" |
| 158 | referrerpolicy="strict-origin-when-cross-origin" |
| 159 | allowfullscreen |
| 160 | ></iframe> --> |
| 161 | |
| 162 | <a href="https://www.youtube.com/watch?v=QUj6BY_ELZU&list=PLged38T3QQC0lAMQ2Ov3w1KVah96233eE&index=6" target="_blank" class="btn btn-danger btn-block aam-mt-1">Watch on YouTube →</a> |
| 163 | </div> |
| 164 | </div> |
| 165 | </div> |
| 166 | <div class="panel panel-default"> |
| 167 | <div class="panel-heading" role="tab" id="video-7-heading"> |
| 168 | <h4 class="panel-title"> |
| 169 | <a role="button" data-toggle="collapse" data-parent="#intro_videos_block" href="#video-7" aria-controls="video-7"> |
| 170 | <?php echo __('7. Mastering Access for Backend Menu, Admin Toolbar, Metaboxes & Widgets', 'advanced-access-manager'); ?> |
| 171 | </a> |
| 172 | </h4> |
| 173 | </div> |
| 174 | |
| 175 | <div id="video-7" class="panel-collapse collapse" role="tabpanel" aria-labelledby="video-7-heading"> |
| 176 | <div class="panel-body"> |
| 177 | <!-- <iframe |
| 178 | width="100%" |
| 179 | height="315" |
| 180 | src="https://www.youtube.com/embed/oF79nPvc-7Q?si=ioEyyh84_nxhYyFL" |
| 181 | title="Mastering Access Control in WordPress: Back-end Menu, Admin Toolbar, Metaboxes & Widgets" |
| 182 | frameborder="0" |
| 183 | allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" |
| 184 | referrerpolicy="strict-origin-when-cross-origin" |
| 185 | allowfullscreen |
| 186 | ></iframe> --> |
| 187 | |
| 188 | <a href="https://www.youtube.com/watch?v=oF79nPvc-7Q&list=PLged38T3QQC0lAMQ2Ov3w1KVah96233eE&index=7" target="_blank" class="btn btn-danger btn-block aam-mt-1">Watch on YouTube →</a> |
| 189 | </div> |
| 190 | </div> |
| 191 | </div> |
| 192 | <div class="panel panel-default"> |
| 193 | <div class="panel-heading" role="tab" id="video-8-heading"> |
| 194 | <h4 class="panel-title"> |
| 195 | <a role="button" data-toggle="collapse" data-parent="#intro_videos_block" href="#video-8" aria-controls="video-8"> |
| 196 | <?php echo __('8. Mastering WordPress Content Access with Posts and Terms in AAM', 'advanced-access-manager'); ?> |
| 197 | </a> |
| 198 | </h4> |
| 199 | </div> |
| 200 | |
| 201 | <div id="video-8" class="panel-collapse collapse" role="tabpanel" aria-labelledby="video-8-heading"> |
| 202 | <div class="panel-body"> |
| 203 | <!-- <iframe |
| 204 | width="100%" |
| 205 | height="315" |
| 206 | src="https://www.youtube.com/embed/iN_X1h6vmSo?si=VCyg2x_r5YF2ON2c" |
| 207 | title="Mastering WordPress Content Access with Posts and Terms in AAM" |
| 208 | frameborder="0" |
| 209 | allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" |
| 210 | referrerpolicy="strict-origin-when-cross-origin" |
| 211 | allowfullscreen |
| 212 | ></iframe> --> |
| 213 | |
| 214 | <a href="https://www.youtube.com/watch?v=iN_X1h6vmSo&list=PLged38T3QQC0lAMQ2Ov3w1KVah96233eE&index=8" target="_blank" class="btn btn-danger btn-block aam-mt-1">Watch on YouTube →</a> |
| 215 | </div> |
| 216 | </div> |
| 217 | </div> |
| 218 | <div class="panel panel-default"> |
| 219 | <div class="panel-heading" role="tab" id="video-9-heading"> |
| 220 | <h4 class="panel-title"> |
| 221 | <a role="button" data-toggle="collapse" data-parent="#intro_videos_block" href="#video-9" aria-controls="video-9"> |
| 222 | <?php echo __('9. Understanding AAM Redirects: Access Denied, Login, Logout & 404 Redirects', 'advanced-access-manager'); ?> |
| 223 | </a> |
| 224 | </h4> |
| 225 | </div> |
| 226 | |
| 227 | <div id="video-9" class="panel-collapse collapse" role="tabpanel" aria-labelledby="video-9-heading"> |
| 228 | <div class="panel-body"> |
| 229 | <!-- <iframe |
| 230 | width="100%" |
| 231 | height="315" |
| 232 | src="https://www.youtube.com/embed/rg6-nt6-o7U?si=UrbA8asRLT0vr4GC" |
| 233 | title="Understanding AAM Redirects: Access Denied, Login, Logout & 404 Redirects" |
| 234 | frameborder="0" |
| 235 | allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" |
| 236 | referrerpolicy="strict-origin-when-cross-origin" |
| 237 | allowfullscreen |
| 238 | ></iframe> --> |
| 239 | |
| 240 | <a href="https://www.youtube.com/watch?v=rg6-nt6-o7U&list=PLged38T3QQC0lAMQ2Ov3w1KVah96233eE&index=9" target="_blank" class="btn btn-danger btn-block aam-mt-1">Watch on YouTube →</a> |
| 241 | </div> |
| 242 | </div> |
| 243 | </div> |
| 244 | </div> |
| 245 | </div> |
| 246 | </div> |
| 247 | </div> |
| 248 | <?php } |