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

Translation of Stable Readme (latest release): Dutch

1 2 3
Prio Original string Translation
Disable the use of the JSON REST API on your website to unauthenticated users.
Priority: high
Schakel het gebruik van de JSON REST API op je site uit voor niet aangemelde gebruikers. Details
Disable the use of the JSON REST API on your website to unauthenticated users.
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 default REST API that is part of WordPress itself. If a plugin or theme chooses to register its namespace with the core REST API, its endpoints will - by default - by disabled so long as this plugin is active. Namespaces and routes may be whitelisted via this plugin's Settings page. Deze plugin is ALLEEN bedoeld om eindpunten uit te schakelen die toegankelijk zijn via de standaard REST API die deel uitmaakt van WordPress zelf. Als een plugin of thema ervoor kiest om zijn namespace te registreren bij de core REST API, zijn eindpunten zullen - standaard - worden uitgeschakeld zolang deze plugin actief is. Namespace en routes kunnen op de toegestane lijst worden gezet via de instellingenpagina van deze plugin. Details
This plugin is ONLY meant to disable endpoints accessible via the default REST API that is part of WordPress itself. If a plugin or theme chooses to register its namespace with the core REST API, its endpoints will - by default - by disabled so long as this plugin is active. Namespaces and routes may be whitelisted via this plugin's Settings page.
Comment

Found in faq 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." Als je ingelogd bent in WordPress als een willekeurige gebruiker, zal de REST API werken zoals bedoeld. Om deze reden moet je een nieuwe browser - of de incognitomodus van Chrome - gebruiken om je site met een schone sessie te testen. Ga naar yourdomain.com/wp-json/ (of yourdomain.com/?rest_route=/ als je pretty permalinks hebt uitgeschakeld) terwijl je NIET bent INGELOGD om de resultaten te testen. Je zal een authenticatiefout zien terugkeren als de plugin actief is. "DRA: Alleen geauthenticeerde 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.

Does this plugin disable all REST API's installed? Schakelt deze plugin alle geïnstalleerde REST API's uit? Details
Does this plugin disable all REST API's installed?
Comment

Found in faq header.

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.

Installation Instructions Installatie instructies Details
Installation Instructions
Comment

Found in faq header.

You have to log in to edit this translation.

For WordPress versions 4.4, 4.5 and 4.6, this plugin makes use of the <code>rest_enabled</code> filter provided by the API to disable the API functionality. However, it is strongly recommended that all site owners run the most recent version of WordPress except where absolutely necessary. Voor WordPress versies 4.4, 4.5 en 4.6, zal deze plugin gebruik maken van de code <code>rest_enabled</code> filter voorzien door de API om de API functionaliteit uit te schakelen. Alhoewel, het sterk aangeraden is dat alle site eigenaren gebruik maken van de meest recente versie van WordPress behalve wanneer het absoluut noodzakelijk is. Details
For WordPress versions 4.4, 4.5 and 4.6, this plugin makes use of the <code>rest_enabled</code> filter provided by the API to disable the API functionality. However, it is strongly recommended that all site owners run the most recent version of WordPress except where absolutely necessary.
Comment

Found in description paragraph.

You have to log in to edit this translation.

The engine for the API has existed in WordPress since v4.4, but additional functionality and endpoints are a continual project. While this is very exciting news for many reasons - and many plugins, themes, and even pieces of WordPress core are already beginning to use the REST API - it is also not functionality that every site admin is going to want enabled on their website if not necessary. De engine voor de API bestaat in WordPress sinds v4.4, maar extra functionaliteit en eindpunten zijn een doorlopend project. Hoewel dit om vele redenen zeer opwindend nieuws is - en vele plugins, thema's, en zelfs stukken van WordPress core al beginnen met het gebruik van de REST API - het is ook niet de functionaliteit die elke site beheerder gaat inschakelen op zijn website als dat niet nodig is. Details
The engine for the API has existed in WordPress since v4.4, but additional functionality and endpoints are a continual project. While this is very exciting news for many reasons - and many plugins, themes, and even pieces of WordPress core are already beginning to use the REST API - it is also not functionality that every site admin is going to want enabled on their website if not necessary.
Comment

Found in description paragraph.

You have to log in to edit this translation.

** Version 1.4 now supports whitelisting of individual routes within the REST API ** ** Versie 1.4 ondersteunt nu het toestaan van individuele routes binnen de REST API ** Details
** Version 1.4 now supports whitelisting of individual routes within the REST API **
Comment

Found in description paragraph.

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.

As of WordPress 4.7, the filters provided for disabling the REST API were removed. To compensate, this plugin will forcibly return an authentication error to any API requests from sources who are not logged into your website, which will effectively still prevent unauthorized requests from using the REST API to get information from your website. Met ingang van WordPress 4.7 zijn de filters voor het uitschakelen van de REST API verwijderd. Om te compenseren, zal deze plugin een authenticatiefout teruggeven aan API aanvragen van bronnen die niet zijn ingelogd op je site, wat effectief nog steeds zal voorkomen dat onbevoegde aanvragen de REST API gebruiken om informatie van je site te verkrijgen. Details
As of WordPress 4.7, the filters provided for disabling the REST API were removed. To compensate, this plugin will forcibly return an authentication error to any API requests from sources who are not logged into your website, which will effectively still prevent unauthorized requests from using the REST API to get information from your website.
Comment

Found in description paragraph.

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, faq list item.

You have to log in to edit this translation.

Alternatively, upload the <code>disable-json-api_v#.#.zip</code> file to the 'Plugins-&gt;Add New' page in your WordPress admin area Je kunt ook het <code>disable-json-api_v #. #. Zip</code> bestand uploaden naar de pagina 'Plugins-&gt;Nieuwe toevoegen' in je WordPress beheergebied Details
Alternatively, upload the <code>disable-json-api_v#.#.zip</code> file to the 'Plugins-&gt;Add New' page in your WordPress admin area
Comment

Found in installation list item, faq list item.

You have to log in to edit this translation.

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

Export as