class-activation.php
2 years ago
class-admin-columns-manager.php
2 years ago
class-admin-menu-organizer.php
2 years ago
class-auto-publish-posts-with-missed-schedule.php
2 years ago
class-avif-upload.php
2 years ago
class-change-login-url.php
2 years ago
class-cleanup-admin-bar.php
2 years ago
class-code-snippets-manager.php
2 years ago
class-common-methods.php
2 years ago
class-content-duplication.php
2 years ago
class-content-order.php
2 years ago
class-custom-admin-footer-text.php
2 years ago
class-custom-body-class.php
2 years ago
class-custom-content-types.php
2 years ago
class-custom-css.php
2 years ago
class-custom-nav-menu-items-in-new-tab.php
2 years ago
class-deactivation.php
2 years ago
class-disable-comments.php
2 years ago
class-disable-dashboard-widgets.php
2 years ago
class-disable-feeds.php
2 years ago
class-disable-gutenberg.php
2 years ago
class-disable-rest-api.php
2 years ago
class-disable-smaller-components.php
2 years ago
class-disable-updates.php
2 years ago
class-disable-xml-rpc.php
2 years ago
class-display-system-summary.php
2 years ago
class-email-address-obfuscator.php
2 years ago
class-email-delivery.php
2 years ago
class-enhance-list-tables.php
2 years ago
class-external-permalinks.php
2 years ago
class-heartbeat-control.php
2 years ago
class-hide-admin-bar.php
2 years ago
class-hide-admin-notices.php
2 years ago
class-image-sizes-panel.php
2 years ago
class-image-upload-control.php
2 years ago
class-insert-head-body-footer-code.php
2 years ago
class-last-login-column.php
2 years ago
class-limit-login-attempts.php
2 years ago
class-login-id-type.php
2 years ago
class-login-logout-menu.php
2 years ago
class-maintenance-mode.php
2 years ago
class-manage-ads-appads-txt.php
2 years ago
class-manage-robots-txt.php
2 years ago
class-media-replacement.php
2 years ago
class-multiple-user-roles.php
2 years ago
class-obfuscate-author-slugs.php
2 years ago
class-open-external-links-in-new-tab.php
2 years ago
class-password-protection.php
2 years ago
class-redirect-after-login.php
2 years ago
class-redirect-after-logout.php
2 years ago
class-redirect-fourofour.php
2 years ago
class-revisions-control.php
2 years ago
class-search-engines-visibility.php
2 years ago
class-settings-fields-render.php
2 years ago
class-settings-sanitization.php
2 years ago
class-settings-sections-fields.php
2 years ago
class-show-custom-taxonomy-filters.php
2 years ago
class-site-identity-on-login-page.php
2 years ago
class-svg-upload.php
2 years ago
class-various-admin-ui-enhancements.php
2 years ago
class-view-admin-as-role.php
2 years ago
class-wider-admin-menu.php
2 years ago
class-maintenance-mode.php
185 lines
| 1 | <?php |
| 2 | |
| 3 | namespace ASENHA\Classes; |
| 4 | |
| 5 | /** |
| 6 | * Class for Maintenance Mode module |
| 7 | * |
| 8 | * @since 6.9.5 |
| 9 | */ |
| 10 | class Maintenance_Mode { |
| 11 | /** |
| 12 | * Redirect for when maintenance mode is enabled |
| 13 | * |
| 14 | * @since 4.7.0 |
| 15 | */ |
| 16 | public function maintenance_mode_redirect( $wp ) { |
| 17 | $options = get_option( ASENHA_SLUG_U, array() ); |
| 18 | // Let's make a bypass key that is unique to each site |
| 19 | $hashed_site_url = wp_hash_password( site_url() ); |
| 20 | $allow_frontend_access = $this->is_user_allowed_frontend_access(); |
| 21 | if ( isset( $_GET['bypass'] ) && $hashed_site_url == sanitize_text_field( $_GET['bypass'] ) ) { |
| 22 | // Do nothing. We want to load the page normally, which is needed when using an existing page as a maintenance page |
| 23 | } elseif ( !is_admin() && !is_login() && !$allow_frontend_access ) { |
| 24 | $maintenance_page_type = 'custom'; |
| 25 | // ======== Customizable maintenance page ======== |
| 26 | if ( 'custom' == $maintenance_page_type ) { |
| 27 | header( 'HTTP/1.1 503 Service Unavailable', true, 503 ); |
| 28 | header( 'Status: 503 Service Unavailable' ); |
| 29 | header( 'Retry-After: 3600' ); |
| 30 | // Tell search engine bots to return after 3600 seconds, i.e. 1 hour |
| 31 | $heading = $options['maintenance_page_heading']; |
| 32 | $description = $options['maintenance_page_description']; |
| 33 | $background = ( isset( $options['maintenance_page_background'] ) ? $options['maintenance_page_background'] : 'stripes' ); |
| 34 | $background_options = array('lines', 'stripes', 'curves'); |
| 35 | // Set default |
| 36 | if ( !in_array( $background, $background_options ) ) { |
| 37 | $background = 'stripes'; |
| 38 | } |
| 39 | $title = ''; |
| 40 | if ( 'lines' === $background ) { |
| 41 | // https://bgjar.com/curve-line |
| 42 | $background_image = "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1920' height='1280' preserveAspectRatio='none' viewBox='0 0 1920 1280'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1804%26quot%3b)' fill='none'%3e%3crect width='1920' height='1280' x='0' y='0' fill='url(%23SvgjsLinearGradient1805)'%3e%3c/rect%3e%3cpath d='M2294.46 927.36C2128.65 934.22 2078.52 1270.56 1693.36 1208.96 1308.19 1147.36 1373.24 145.96 1092.25-67.11' stroke='rgba(158%2c 160%2c 161%2c 0.57)' stroke-width='2'%3e%3c/path%3e%3cpath d='M2225.25 303.97C1963.34 332.56 1808.36 909.76 1359.97 905.57 911.59 901.38 820.47-55.06 494.7-167.42' stroke='rgba(158%2c 160%2c 161%2c 0.57)' stroke-width='2'%3e%3c/path%3e%3cpath d='M2247.58 281.19C2070.08 293.95 1967.68 651 1632.53 639.59 1297.39 628.18 1265.17-143.39 1017.49-253.69' stroke='rgba(158%2c 160%2c 161%2c 0.57)' stroke-width='2'%3e%3c/path%3e%3cpath d='M1924.29 917.21C1696.21 904.78 1584.63 530.74 1114.13 494.81 643.63 458.88 546.92-26.2 303.97-50.85' stroke='rgba(158%2c 160%2c 161%2c 0.57)' stroke-width='2'%3e%3c/path%3e%3cpath d='M2009.59 400.31C1847.79 399.06 1696.02 240.31 1382.45 240.31 1068.87 240.31 1083.3 404.62 755.3 400.31 427.31 396 332.72-108.61 128.16-144.89' stroke='rgba(158%2c 160%2c 161%2c 0.57)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1804'%3e%3crect width='1920' height='1280' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='8.33%25' y1='-12.5%25' x2='91.67%25' y2='112.5%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1805'%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(193%2c 192%2c 192%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e\")"; |
| 43 | $background_style = 'background-image: ' . $background_image; |
| 44 | } elseif ( 'stripes' === $background ) { |
| 45 | // https://bgjar.com/shiny-overlay |
| 46 | $background_image = "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2560' height='2560' preserveAspectRatio='none' viewBox='0 0 2560 2560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1276%26quot%3b)' fill='none'%3e%3crect width='2560' height='2560' x='0' y='0' fill='url(%23SvgjsLinearGradient1277)'%3e%3c/rect%3e%3cpath d='M0 0L524.59 0L0 986.23z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M0 986.23L524.59 0L684.6500000000001 0L0 1251.4z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M0 1251.4L684.6500000000001 0L1140.02 0L0 1816.94z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M0 1816.94L1140.02 0L1666.1399999999999 0L0 1973.71z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M2560 2560L1477.86 2560L2560 2129.39z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M2560 2129.39L1477.86 2560L669.0099999999999 2560L2560 1244.5099999999998z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M2560 1244.51L669.0099999999998 2560L531.5999999999998 2560L2560 928.88z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M2560 928.8800000000001L531.5999999999997 2560L354.62999999999965 2560L2560 697.8700000000001z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1276'%3e%3crect width='2560' height='2560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='0%25' x2='100%25' y2='100%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1277'%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(172%2c 172%2c 172%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e\")"; |
| 47 | $background_style = 'background-image: ' . $background_image; |
| 48 | } elseif ( 'curves' === $background ) { |
| 49 | // https://www.svgbackgrounds.com/ |
| 50 | $background_image = "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23e0e0e0' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23e2e2e2' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23e5e5e5' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23e7e7e7' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23EAEAEA' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23ededed' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23f0f0f0' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23f2f2f2' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23f5f5f5' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23F8F8F8' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E\")"; |
| 51 | $background_style = 'background-image: ' . $background_image; |
| 52 | } elseif ( 'pattern' === $background ) { |
| 53 | $background_style = 'background-image: none;'; |
| 54 | } elseif ( 'image' === $background ) { |
| 55 | $background_style = 'background-image: none;'; |
| 56 | } elseif ( 'solid_color' === $background ) { |
| 57 | $background_style = 'background-color: #ffffff;'; |
| 58 | } else { |
| 59 | } |
| 60 | ?> |
| 61 | <html> |
| 62 | <head> |
| 63 | <title><?php |
| 64 | echo esc_html( $title ); |
| 65 | ?></title> |
| 66 | <link rel="stylesheet" id="asenha-maintenance" href="<?php |
| 67 | echo esc_html( ASENHA_URL ) . 'assets/css/maintenance.css'; |
| 68 | ?>" media="all"> |
| 69 | <meta name="viewport" content="width=device-width"> |
| 70 | <style> |
| 71 | body { |
| 72 | <?php |
| 73 | echo wp_kses_post( $background_style ); |
| 74 | ?>; |
| 75 | background-size: cover; |
| 76 | background-position: center center; |
| 77 | } |
| 78 | <?php |
| 79 | ?> |
| 80 | </style> |
| 81 | </head> |
| 82 | <body> |
| 83 | <div class="page-wrapper"> |
| 84 | <div class="page-overlay"> |
| 85 | </div> |
| 86 | <div class="message-box"> |
| 87 | <h1><?php |
| 88 | echo wp_kses_post( $heading ); |
| 89 | ?></h1> |
| 90 | <div class="description"><?php |
| 91 | echo wp_kses_post( $description ); |
| 92 | ?></div> |
| 93 | </div> |
| 94 | </div> |
| 95 | </body> |
| 96 | </html> |
| 97 | <?php |
| 98 | exit; |
| 99 | } |
| 100 | } else { |
| 101 | } |
| 102 | } |
| 103 | |
| 104 | /** |
| 105 | * Show Password Protection admin bar status icon |
| 106 | * |
| 107 | * @since 4.1.0 |
| 108 | */ |
| 109 | public function show_maintenance_mode_admin_bar_icon() { |
| 110 | add_action( 'wp_before_admin_bar_render', [$this, 'add_maintenance_mode_admin_bar_item'] ); |
| 111 | add_action( 'admin_head', [$this, 'add_maintenance_mode_admin_bar_item_styles'] ); |
| 112 | add_action( 'wp_head', [$this, 'add_maintenance_mode_admin_bar_item_styles'] ); |
| 113 | } |
| 114 | |
| 115 | /** |
| 116 | * Add WP Admin Bar item |
| 117 | * |
| 118 | * @since 4.1.0 |
| 119 | */ |
| 120 | public function add_maintenance_mode_admin_bar_item() { |
| 121 | global $wp_admin_bar; |
| 122 | $allow_frontend_access = $this->is_user_allowed_frontend_access(); |
| 123 | if ( is_user_logged_in() ) { |
| 124 | if ( $allow_frontend_access ) { |
| 125 | $wp_admin_bar->add_menu( array( |
| 126 | 'id' => 'maintenance_mode', |
| 127 | 'title' => '', |
| 128 | 'href' => admin_url( 'tools.php?page=admin-site-enhancements#utilities' ), |
| 129 | 'meta' => array( |
| 130 | 'title' => __( 'Maintenance mode is currently enabled for this site.', 'admin-site-enhancements' ), |
| 131 | ), |
| 132 | ) ); |
| 133 | } |
| 134 | } |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * Add icon and CSS for admin bar item |
| 139 | * |
| 140 | * @since 4.1.0 |
| 141 | */ |
| 142 | public function add_maintenance_mode_admin_bar_item_styles() { |
| 143 | $allow_frontend_access = $this->is_user_allowed_frontend_access(); |
| 144 | if ( is_user_logged_in() ) { |
| 145 | if ( $allow_frontend_access ) { |
| 146 | ?> |
| 147 | <style> |
| 148 | #wp-admin-bar-maintenance_mode { |
| 149 | background-color: #ff800c !important; |
| 150 | transition: .25s; |
| 151 | } |
| 152 | #wp-admin-bar-maintenance_mode > .ab-item { |
| 153 | color: #fff !important; |
| 154 | } |
| 155 | #wp-admin-bar-maintenance_mode > .ab-item:before { |
| 156 | content: "\f308"; |
| 157 | top: 2px; |
| 158 | color: #fff !important; |
| 159 | margin-right: 0px; |
| 160 | } |
| 161 | #wp-admin-bar-maintenance_mode:hover > .ab-item { |
| 162 | background-color: #e5730a !important; |
| 163 | color: #fff; |
| 164 | } |
| 165 | </style> |
| 166 | <?php |
| 167 | } |
| 168 | } |
| 169 | } |
| 170 | |
| 171 | /** |
| 172 | * Check if a user role is allowed to access the frontend |
| 173 | * |
| 174 | * @since 6.9.3 |
| 175 | */ |
| 176 | public function is_user_allowed_frontend_access() { |
| 177 | $allow_frontend_access = false; |
| 178 | if ( current_user_can( 'edit_posts' ) ) { |
| 179 | $allow_frontend_access = true; |
| 180 | } |
| 181 | return $allow_frontend_access; |
| 182 | } |
| 183 | |
| 184 | } |
| 185 |