{"repo":"Automattic/maintenance-mode-wp","free":true,"listed":false,"github":"https://github.com/Automattic/maintenance-mode-wp","clone":"git clone https://github.com/Automattic/maintenance-mode-wp.git","description":"Shut down your site for a little while and do some maintenance on it!","language":"PHP","stars":50,"topics":["wordpress","wordpress-plugin","maintenance-mode","wpvip-plugin"],"license":"GPL-2.0","category":"self-hosted-apps","readme_excerpt":"Maintenance Mode Stable tag: 0.3.2 Requires at least: 6.4 Tested up to: 6.9 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: maintenance-mode, maintenance Contributors: wpcomvip, automattic, benoitchantre, emrikol, philipjohn, GaryJ Shut down your site for a little while and do some maintenance on it! Description Easily provide a holding maintenance page, including with a custom template, to site visitors. Custom Template To add a custom template and messaging: - Create a template in your theme's root folder named template-maintenance-mode.php . - This should be a simple HTML page that includes the message you want to show your visitors. - Note: the template should include wp head() and wp footer() calls. You can also use the vip maintenance mode template args filter to adjust the file name and location of the custom template within your theme. For instance, if you want it to live at wp-content/themes/my-theme/plugin-templates/maintenance-mode-alt.php , then add code like: php add filter( 'vip maintenance mode template args', function( $args ) { $args['slug'] = 'plugin-templates/maintenance-mode'; $args['name'] = 'alt'; return $args; } ); This also allows the third array key to be used to pass in custom arguments to the template. Additional Configurations Using filters and conditionals, you can customize the behavior of the Maintenance Mode plugin based on your needs. These options rely on the plugin being installed as described above. Sele","default_branch":null,"files":null,"tree":[],"storefront":"/r/Automattic","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/Automattic/maintenance-mode-wp/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}