Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

REST API Toolbox

Опис

Allows tweaking of several REST API settings

  • Вимкнути REST API
  • Remove WordPress core endpoints
  • Require authentication for core endpoints
  • Примусовий SSL
  • WP-CLI команди: wp rest-api-toolbox

Ми на GitHub https://github.com/petenelson/wp-rest-api-toolbox

(Creative commons toolbox image provided by James Tworow https://www.flickr.com/photos/sherlock77/)

Скріншоти

  • Основні налаштування адміністратора
  • WordPress налаштування ядра

Встановлення

  1. Upload rest-api-toolbox to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit the Settings -> REST API Toolbox page to customize

Часті питання

Маєте питання? Ми можемо відповісти тут?

Відгуки

05.11.2017
This plugin enables three different settings for each REST API endpoint: No authentication required, Authentication required, or Not available at all. It also makes it possible to force https and to disable JSONP. So, together with proper authentication methods and appropriate permissions, this plugin ensures that the REST API can be used without compromising security. Thank you!
13.12.2016
The last update comes perfectly in time with the release 4.7. This plugin is perfect if you don't use the REST API yet or if you don't want your data to be accessed without your consent.
Прочитати всі 6 відгуків

Учасники та розробники

“REST API Toolbox” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

“REST API Toolbox” було перекладено на 2 локалізації. Дякуємо перекладачам за їх роботу.

Перекладіть “REST API Toolbox” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.4.3 March 25th, 2021

  • No longer check for SSL when running any WP-CLI commands.

1.4.2 February 13th, 2017

  • Fixed bug in requiring authentication for endpoints that accessed specific items (ex: /wp/v2/users/1)

1.4.1 January 16th, 2017

  • Added settings support for No Custom Post Types
  • Fixed undefined variable notice (props @funkolector)

1.4.0 January 13th, 2017

  • Added support for removing or requiring authentication for custom post types.
  • Updated Settings UI for better clarity.
  • Added link to settings page from the plugins list page.

1.3.0 December 12th, 2016

  • Added option to require authentication for core endpoints.

1.2.0 December 5th, 2016

  • Updated the way the REST API can be disabled due to the rest_enabled filter being deprecated.
  • Added ‘settings’ to the list of core endpoints that can be removed.
  • Added CLI command: wp rest-api-toolbox status

1.1.0 April 16, 2016

  • Змінити префікс REST API
  • Remove specific core endpoints
  • Вимкнути JSONP

1.0.0 April 15, 2016

  • Перший реліз