Plugin Directory

Changeset 662763


Ignore:
Timestamp:
02/03/2013 11:30:24 AM (13 years ago)
Author:
parswp
Message:

update readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hide-login/trunk/readme.txt

    r662761 r662763  
    2020
    21211. Upload the `hide-login` directory to the `/wp-content/plugins/` directory
     22
    22232. Add these two lines in wp-config.php file after `/* That's all, stop editing! Happy blogging. */`
    2324`define('WP_ADMIN_DIR', 'YOUR_ADMIN_SLUG');`
    2425`define('ADMIN_COOKIE_PATH', SITECOOKIEPATH . WP_ADMIN_DIR);`
    2526Where `YOUR_ADMIN_SLUG` is the slug you use in plugin setting page for Admin.
     27
    26283. Activate the plugin through the 'Plugins' menu in WordPress
     29
    27304. Set the options in the Settings Panel
    2831
Note: See TracChangeset for help on using the changeset viewer.