New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): Dutch

1 2 3 4
Prio Original string Translation
Disable the use of the REST API on your website to site users. Now with User Role support!
Priority: high
Schakel het gebruik van de REST API op je site uit voor sitegebruikers. Nu met ondersteuning voor gebruikersrollen! Details
Disable the use of the REST API on your website to site users. Now with User Role support!
Comment

Short description.

You have to log in to edit this translation.

Disable REST API
Priority: high
Disable REST API Details
Disable REST API
Comment

Plugin name.

You have to log in to edit this translation.

This plugin is ONLY meant to disable endpoints accessible via the core REST API that is part of WordPress itself. If a plugin or theme has implemented their own REST API (not to be confused with implementing their own endpoints within the WordPress API) this plugin will have no effect. Deze plugin is ALLEEN bedoeld om endpoints uit te schakelen die toegankelijk zijn via de core REST API die deel uitmaakt van WordPress zelf. Als een plugin of thema zijn eigen REST API heeft geïmplementeerd (niet te verwarren met het implementeren van hun eigen endpoints binnen de WordPress API), heeft deze plugin geen effect. Details
This plugin is ONLY meant to disable endpoints accessible via the core REST API that is part of WordPress itself. If a plugin or theme has implemented their own REST API (not to be confused with implementing their own endpoints within the WordPress API) this plugin will have no effect.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Does this plugin disable every REST API that is installed on my site? Schakelt deze plugin elke REST API uit die op mijn site is geïnstalleerd? Details
Does this plugin disable every REST API that is installed on my site?
Comment

Found in faq header.

You have to log in to edit this translation.

For most versions of WordPress, this plugin will return an authentication error if a user is not allowed to access an endpoint. For legacy support, WordPress 4.4, 4.5, and 4.6 use the provided <code>rest_enabled</code> filter to disable the entire REST API. Voor de meeste versies van WordPress retourneert deze plugin een authenticatie fout als een gebruiker geen toegang heeft tot een endpoint. Gebruik voor legacy ondersteuning WordPress 4.4, 4.5 en 4.6 het meegeleverde <code>rest_enabled</code> filter om de volledige REST API uit te schakelen. Details
For most versions of WordPress, this plugin will return an authentication error if a user is not allowed to access an endpoint. For legacy support, WordPress 4.4, 4.5, and 4.6 use the provided <code>rest_enabled</code> filter to disable the entire REST API.
Comment

Found in description paragraph.

You have to log in to edit this translation.

You can even do this on a per-user-role basis, so your unauthenticated users have one set of rules while WooCommerce customers have another while Subscribers and Editors and Admins all have their own. NOTE: Out of the box, all defined user roles will still be granted full access to the REST API until you choose to manage those settings. Je kunt dit zelfs per gebruikersrol doen, zodat je niet-geauthenticeerde gebruikers één set regels hebben, terwijl WooCommerce klanten een andere hebben, terwijl Abonnees en Editors en Beheerders allemaal hun eigen regels hebben. LET OP: Standaard krijgen alle gedefinieerde gebruikersrollen nog steeds volledige toegang tot de REST API totdat je ervoor kiest om die instellingen te beheren. Details
You can even do this on a per-user-role basis, so your unauthenticated users have one set of rules while WooCommerce customers have another while Subscribers and Editors and Admins all have their own. NOTE: Out of the box, all defined user roles will still be granted full access to the REST API until you choose to manage those settings.
Comment

Found in description paragraph.

You have to log in to edit this translation.

But if you do need to grant access to some endpoints, you can do that too. Go to the Settings page and you can quickly whitelist individual endpoints (or entire branches of endpoints) in the REST API. Maar als je toegang moet verlenen tot bepaalde endpoints, kun je dat ook doen. Ga naar de pagina Instellingen en je kunt snel individuele endpoints (of hele vertakkingen van endpoints) op de lijst toegestaan zetten in de REST API. Details
But if you do need to grant access to some endpoints, you can do that too. Go to the Settings page and you can quickly whitelist individual endpoints (or entire branches of endpoints) in the REST API.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Works as a "set it and forget it" install. Just upload and activate, and the entire REST API will be inaccessible to your general site visitors. Werkt als een "set it and forget it" installatie. Gewoon uploaden en activeren, en de volledige REST API is ontoegankelijk voor je algemene sitebezoekers. Details
Works as a "set it and forget it" install. Just upload and activate, and the entire REST API will be inaccessible to your general site visitors.
Comment

Found in description paragraph.

You have to log in to edit this translation.

The Settings page lets you selectively whitelist endpoints registered with the REST API, on a per-user-role basis. Op de pagina Instellingen kun je endpoints die zijn geregistreerd met de REST API selectief op de lijst toegestaan zetten, per gebruikersrol. Details
The Settings page lets you selectively whitelist endpoints registered with the REST API, on a per-user-role basis.
Comment

Screenshot description.

You have to log in to edit this translation.

The most comprehensive plugin for controlling access to the WordPress REST API! De meest uitgebreide plugin voor het beheren van toegang tot de WordPress REST API! Details
The most comprehensive plugin for controlling access to the WordPress REST API!
Comment

Found in description paragraph.

You have to log in to edit this translation.

While logged into WordPress as any user, the REST API will function as intended. Because of this, you must use a new browser - or Chrome's incognito mode - to test your website with a clean session. Go to yourdomain.com/wp-json/ (or yourdomain.com/?rest_route=/ if you have pretty permalinks disabled) while NOT LOGGED IN to test the results. You will see an authentication error returned if the plugin is active. "DRA: Only authenticated users can access the REST API." Terwijl je bij WordPress bent aangemeld als een willekeurige gebruiker, werkt de REST API zoals bedoeld. Daarom moet je een nieuwe browser - of de incognito modus van Chrome - gebruiken om je site te testen met een schone sessie. Ga naar yourdomein.com/wp-json/ (of yourdomein.com/?rest_route=/ als je mooie permalinks hebt uitgeschakeld) terwijl je NIET bent ingelogd om de resultaten te testen. Je ziet een verificatiefout geretourneerd als de plugin actief is. "DRA: alleen geverifieerde gebruikers hebben toegang tot de REST API." Details
While logged into WordPress as any user, the REST API will function as intended. Because of this, you must use a new browser - or Chrome's incognito mode - to test your website with a clean session. Go to yourdomain.com/wp-json/ (or yourdomain.com/?rest_route=/ if you have pretty permalinks disabled) while NOT LOGGED IN to test the results. You will see an authentication error returned if the plugin is active. "DRA: Only authenticated users can access the REST API."
Comment

Found in faq paragraph.

You have to log in to edit this translation.

How do I know if this plugin is working? Hoe weet ik of de plugin werkt? Details
How do I know if this plugin is working?
Comment

Found in faq header.

You have to log in to edit this translation.

The JSON returned by a website with the API disabled via authentication methods (WP versions 4.7+) De JSON geretourneerd door een site met de API uitgeschakeld via authenticatiemethoden (WP versies 4.7+) Details
The JSON returned by a website with the API disabled via authentication methods (WP versions 4.7+)
Comment

Screenshot description.

You have to log in to edit this translation.

The JSON returned by a website with the API disabled via filters (WP versions 4.4, 4.5, 4.6) De JSON geretourneerd door een site met de API uitgeschakeld via filters (WP versies 4.4, 4.5, 4.6) Details
The JSON returned by a website with the API disabled via filters (WP versions 4.4, 4.5, 4.6)
Comment

Screenshot description.

You have to log in to edit this translation.

Activate the plugin through the 'Plugins' menu in WordPress Activeer de plugin via het 'Plugins' menu in WordPress Details
Activate the plugin through the 'Plugins' menu in WordPress
Comment

Found in installation list item.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 4

Export as