WikyBlog
Download

Plugins > Maintenance Scripts

Currently, the primary maintenance script is run approximately every 24 hours.

Maintenance Basics

To register a maintenance script, you'll need to indicate it's location in the links.php file. The URI should be relative to your plugin's root directory.

links.php

<?php
$maintenance = 'maintenance.php';

maintenance.php

<?php
defined('WikyBlog') or die('Not an entry point...');
 
... your code ...
fgdfdf

Notes

  • For security purposes, the defined('WikyBlog')... line of code should be at the beginning of every one of your scripts.
Last modified 21:14 Mon, 7 Jan 2008 by 151.199.134.139. Accessed 2,249 times Children What Links Here share Share