Wordpress

From Dave-Wiki
Revision as of 21:55, 7 May 2026 by Dave (talk | contribs) (Created page with "=Summary= =Common Tasks= ==Maintenance Mode== Create a new file in your Wordpress site's root directory (e.g., <code>/var/www/html/</code>, with this for contents: <?php $upgrading = time(); ?>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Summary

Common Tasks

Maintenance Mode

Create a new file in your Wordpress site's root directory (e.g., /var/www/html/, with this for contents:

<?php $upgrading = time(); ?>