New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | This plugin is intended primarily for developers that need to allow clients to preview sites before being available to the general public or to tempor … | You have to log in to add a translation. | Details |
Original untranslated
This plugin is intended primarily for developers that need to allow clients to preview sites before being available to the general public or to tempor …
You have to log in to edit this translation. |
|||
| ↑ | Maintenance Mode | You have to log in to add a translation. | Details |
Original untranslated |
|||
| It also disables the WordPress REST API while maintenance mode is active, ensuring that site data remains inaccessible during maintenance. | You have to log in to add a translation. | Details | |
Original untranslated
It also disables the WordPress REST API while maintenance mode is active, ensuring that site data remains inaccessible during maintenance.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| It also disables the WordPress REST API while maintenance mode is active, ensuring that site data remains inaccessible during maintenance. | You have to log in to add a translation. | Details | |
Original untranslated
It also disables the WordPress REST API while maintenance mode is active, ensuring that site data remains inaccessible during maintenance.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| This plugin lets you specify a maintenance mode message or HTML page for your site and configure settings to allow specific users to bypass the maintenance mode functionality in order to preview the site prior to public launch. | You have to log in to add a translation. | Details | |
Original untranslated
This plugin lets you specify a maintenance mode message or HTML page for your site and configure settings to allow specific users to bypass the maintenance mode functionality in order to preview the site prior to public launch.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Functionality to exclude pages from maintenance mode, so only the selected pages will be visible. | You have to log in to add a translation. | Details | |
Original untranslated
Functionality to exclude pages from maintenance mode, so only the selected pages will be visible.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| This filter is used to pass a different WordPress capability to check if the logged-in user has permission to view the site and thus bypass the redirection, such as <code>edit_posts</code>. Note that this is run before <code>$post</code> is set up, so WordPress conditionals such as <code>is_post()</code> and <code>is_tax()</code> are not available. However, it's not really meant for programatically determining whether a user should have access, but rather just changing the default capability to be tested, so you don't really need to do anything other than the example below. | You have to log in to add a translation. | Details | |
Original untranslated
This filter is used to pass a different WordPress capability to check if the logged-in user has permission to view the site and thus bypass the redirection, such as <code>edit_posts</code>. Note that this is run before <code>$post</code> is set up, so WordPress conditionals such as <code>is_post()</code> and <code>is_tax()</code> are not available. However, it's not really meant for programatically determining whether a user should have access, but rather just changing the default capability to be tested, so you don't really need to do anything other than the example below.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| <strong><code>hkdev_user_can</code></strong> | You have to log in to add a translation. | Details | |
Original untranslated
<strong><code>hkdev_user_can</code></strong>
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| By default, Maintenance Mode uses the <code>manage_options</code> cap, but that is normally only applied to administrators. As it stands, a user with a lesser permissions level, such as editor, is able to view the admin side of the site, but not the front end. You can change this using this filter: | You have to log in to add a translation. | Details | |
Original untranslated
By default, Maintenance Mode uses the <code>manage_options</code> cap, but that is normally only applied to administrators. As it stands, a user with a lesser permissions level, such as editor, is able to view the admin side of the site, but not the front end. You can change this using this filter:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| <em>Props to @brianhenryie for this!</em> | You have to log in to add a translation. | Details | |
Original untranslated
<em>Props to @brianhenryie for this!</em>
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| This example looks in the <code>$_SERVER</code> global to see if any part of the URL contains "demo" | You have to log in to add a translation. | Details | |
Original untranslated
This example looks in the <code>$_SERVER</code> global to see if any part of the URL contains "demo"
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| This allows you to run pretty much any test you like, although be aware that the whole redirection thing runs <em>before</em> the <code>$post</code> global is set up, so WordPress conditionals such as <code>is_post()</code> and <code>is_tax()</code> are not available. | You have to log in to add a translation. | Details | |
Original untranslated
This allows you to run pretty much any test you like, although be aware that the whole redirection thing runs <em>before</em> the <code>$post</code> global is set up, so WordPress conditionals such as <code>is_post()</code> and <code>is_tax()</code> are not available.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| <strong><code>hkdev_matches</code></strong> | You have to log in to add a translation. | Details | |
Original untranslated
<strong><code>hkdev_matches</code></strong>
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| There is a filter which allow you to programatically bypass the redirection block: | You have to log in to add a translation. | Details | |
Original untranslated
There is a filter which allow you to programatically bypass the redirection block:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| How can I let my logged-in user see the front end? | You have to log in to add a translation. | Details | |
Original untranslated
How can I let my logged-in user see the front end?
CommentFound in faq header. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.