unauthorized.php
8 lines
| 1 | <figure class="wp-block-video presto-unauthorized" style="<?php echo esc_attr($data['styles']) ?>"> |
| 2 | <presto-video-curtain-ui> |
| 3 | <span><?php _e('Please login for access to this video.', 'presto-player') ?></span> |
| 4 | <presto-player-button full type="primary" href="<?php echo esc_url(wp_login_url()); ?>"> |
| 5 | <?php _e('Login', 'presto-player'); ?> |
| 6 | </presto-player-button> |
| 7 | </presto-video-curtain-ui> |
| 8 | </figure> |