Plugin Directory

Changeset 3080489


Ignore:
Timestamp:
05/02/2024 04:29:16 PM (2 years ago)
Author:
sjoudry
Message:

Fixed up code blocks and added new files for 1.0.3 (whoops).

Location:
useraccesshub/trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • useraccesshub/trunk/README.txt

    r3080486 r3080489  
    5151In many cases, the configuration that exists in the database will need to be overridden. The case of different config values for different environments springs to mind. This can be accomplished by overriding the configuration in a wp-config.php file:
    5252
    53 ```php
     53```
    5454define( 'USERACCESSHUB_ALLOW_LOCAL', true );
    5555define( 'USERACCESSHUB_API_KEY', 'string' );
     
    6969This WP CLI command will enable the handshake endpoint so a site can be reconnected with the Hub.
    7070
    71 ```bash
     71```
    7272wp enable-handshake
    7373```
     
    7777This WP CLI command will disable the handshake endpoint.
    7878
    79 ```bash
     79```
    8080wp disable-handshake
    8181```
     
    8585This WP CLI command will re-generate the API key used for the handshake.
    8686
    87 ```bash
     87```
    8888wp regenerate-api-key
    8989```
Note: See TracChangeset for help on using the changeset viewer.