New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | Disable Dashboard access for users of a specific role or capability. Disallowed users are redirected to a chosen URL. Get set up in seconds. | You have to log in to add a translation. | Details |
Original untranslated
Disable Dashboard access for users of a specific role or capability. Disallowed users are redirected to a chosen URL. Get set up in seconds.
You have to log in to edit this translation. |
|||
| ↑ | Remove Dashboard Access | You have to log in to add a translation. | Details |
Original untranslated |
|||
| Yes. The plugin does not collect any personal data, nor does it set any cookies. | You have to log in to add a translation. | Details | |
Original untranslated
Yes. The plugin does not collect any personal data, nor does it set any cookies.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Is the plugin GDPR compliant? | You have to log in to add a translation. | Details | |
Original untranslated
Is the plugin GDPR compliant?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| Yes! This plugin is in active development <a href="https://github.com/trustedlogin/Remove-Dashboard-Access">on GitHub</a>. Pull requests are welcome! | You have to log in to add a translation. | Details | |
Original untranslated
Yes! This plugin is in active development <a href="https://github.com/trustedlogin/Remove-Dashboard-Access">on GitHub</a>. Pull requests are welcome!
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| `↵ /**↵ * Filter hidden Toolbar menus on the front-end.↵ *↵ * @param array $ids Toolbar menu IDs.↵ * @return array Filtered front-end Toolbar menu IDs.↵ */↵ function wpdocs_hide_some_toolbar_menu( $ids ) {↵ $ids[] = 'SOMETHING';↵ return $ids;↵ }↵ add_filter( 'rda_frontend_toolbar_nodes', 'wpdocs_hide_some_toolbar_menu' ); | You have to log in to add a translation. | Details | |
Original untranslated
`↵
/**↵
* Filter hidden Toolbar menus on the front-end.↵
*↵
* @param array $ids Toolbar menu IDs.↵
* @return array Filtered front-end Toolbar menu IDs.↵
*/↵
function wpdocs_hide_some_toolbar_menu( $ids ) {↵
$ids[] = 'SOMETHING';↵
return $ids;↵
}↵
add_filter( 'rda_frontend_toolbar_nodes', 'wpdocs_hide_some_toolbar_menu' );
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| add_filter( 'rda_allowlist', 'wpdocs_allow_example_dashboard_page' );↵ ` | You have to log in to add a translation. | Details | |
Original untranslated
add_filter( 'rda_allowlist', 'wpdocs_allow_example_dashboard_page' );↵
`
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| } | You have to log in to add a translation. | Details | |
Original untranslated |
|||
| Here is how we would add that URL to the allowlist: | You have to log in to add a translation. | Details | |
Original untranslated
Here is how we would add that URL to the allowlist:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Example: If you want to allow a URL of <code>admin.php?page=EXAMPLE</code>, there are three parts to know: | You have to log in to add a translation. | Details | |
Original untranslated
Example: If you want to allow a URL of <code>admin.php?page=EXAMPLE</code>, there are three parts to know:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| The function returns an associative array with <code>$pagenow</code> as the key and a nested array of key => value pairs where the key is the <code>$_GET</code> parameter and the value is the allowed value. | You have to log in to add a translation. | Details | |
Original untranslated
The function returns an associative array with <code>$pagenow</code> as the key and a nested array of key => value pairs where the key is the <code>$_GET</code> parameter and the value is the allowed value.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| The <code>$_GET value (</code>EXAMPLE in this case) | You have to log in to add a translation. | Details | |
Original untranslated
The <code>$_GET value (</code>EXAMPLE in this case)
CommentFound in faq list item. You have to log in to edit this translation. |
|||
| The <code>$_GET</code> key (<code>page</code> in this case) | You have to log in to add a translation. | Details | |
Original untranslated
The <code>$_GET</code> key (<code>page</code> in this case)
CommentFound in faq list item. You have to log in to edit this translation. |
|||
| The <code>$pagenow</code> global value (<code>tools.php</code> in this case) | You have to log in to add a translation. | Details | |
Original untranslated
The <code>$pagenow</code> global value (<code>tools.php</code> in this case)
CommentFound in faq list item. You have to log in to edit this translation. |
|||
| Can I contribute to the plugin? | You have to log in to add a translation. | Details | |
Original untranslated
Can I contribute to the plugin?
CommentFound in faq header. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.