Plugin Directory

Changeset 2164883

Timestamp:
09/28/2019 02:45:18 PM (5 years ago)
Author:
bhautik24
Message:

readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • disable-wp-json-rest-api/trunk/readme.txt

    r2164851 r2164883  
    5252"rest_login_required: REST API restricted to authenticated users."
    5353
    54 This message may customized via the filter hook, `disable_wp_rest_api_error`.
     54This message may customized via the filter hook, .
    5555
    5656
     
    5858
    5959For WordPress versions less than 4.7, this plugin simply disables all REST API functionality for all users.
    60 
    61 More information available below in the FAQs section.
    6260
    6361
     
    7169== Screenshots ==
    7270
    73 1. What non-logged visitors see when requesting JSON/REST API
    74 2. What logged-in users see when requesting JSON/REST API
     711. What rs see when requesting JSON/REST API
     722. What rs see when requesting JSON/REST API
    7573
    7674
     
    7977**How to Install**
    8078
    81 1. Upload the plugin to your blog and activate
    82 2. Done! No further configuration is required.
    83 
     791. Upload the plugin to your wordpress and activate
     802. Done! No extra configuration is required.
    8481
    8582**Testing**
    8683
    87 To test that the plugin is working, log out of WordPress and then request `https://examples.com/wp-json/` in a browser. See FAQs for more infos.
    88 
     84To test that the plugin is working, log out of WordPress and then request 'https://examples.com/wp-json/' in a browser.
    8985
    9086== Upgrade Notice ==
     
    9389
    9490Note: this plugin does not add anything to your WP database.
    95 
    9691
    9792== Frequently Asked Questions ==
     
    112107
    1131081. Log out of WordPress
    114 2. Using a browser, request `https://examples.com/wp-json/`
     1092. Using a browser, request
    115110
    116111If you see the following message, REST is disabled:
     
    118113"rest_login_required: REST API restricted to authenticated users."
    119114
    120 Then if you log back in and make a new request for `https://examples.com/wp-json/`, you will see that REST is working normally.
     115Then if you log back in and make a new request for , you will see that REST is working normally.
    121116
    122117
Note: See TracChangeset for help on using the changeset viewer.