| @@ -1,0 +1,39 @@ | ||
| 1 | + | |
| 2 | +<div id="wpsso-uninstall-notes"> | |
| 3 | + | |
| 4 | +<h2 class="top">Automated Removal</h2> | |
| 5 | + | |
| 6 | +<ol> | |
| 7 | + | |
| 8 | + <li>Go to the admin section of your WordPress site.</li> | |
| 9 | + | |
| 10 | + <li>Select the <em>SSO</em> menu item.</li> | |
| 11 | + | |
| 12 | + <li>Select the <em>Advanced Settings</em> sub-menu item.</li> | |
| 13 | + | |
| 14 | + <li>If you would like to remove WPSSO Core settings and all custom post, term, and user metadata, make sure the "Remove All Settings on Uninstall" option is checked.</li> | |
| 15 | + | |
| 16 | + <li>Select the <em>Plugins</em> menu item.</li> | |
| 17 | + | |
| 18 | + <li>Select the <em>Installed Plugins</em> sub-menu.</li> | |
| 19 | + | |
| 20 | + <li>Scroll down to the "WPSSO Core" plugin (or use the Search field), and click its <em>Deactivate</em> link.</li> | |
| 21 | + | |
| 22 | + <li>Scroll down to the "WPSSO Core" plugin (or use the Search field), and click its <em>Delete</em> link.</li> | |
| 23 | + | |
| 24 | + <li>Click on the <em>Yes, Delete these files and data</em> button.</li> | |
| 25 | + | |
| 26 | +</ol> | |
| 27 | + | |
| 28 | +<h2>Manual Removal</h2> | |
| 29 | + | |
| 30 | +<p>Note that removing the plugin folder manually will not remove its settings from the database.</p> | |
| 31 | + | |
| 32 | +<ol> | |
| 33 | + | |
| 34 | + <li>Remove the wordpress/wp-content/plugins/wpsso/ folder from your website.</li> | |
| 35 | + | |
| 36 | +</ol> | |
| 37 | + | |
| 38 | +</div><!-- #wpsso-uninstall-notes --> | |
| 39 | + | |