14 lines
447 B
PHP
14 lines
447 B
PHP
<?php
|
|
/**
|
|
* Retired Flatlogic ad-directory seeder.
|
|
*
|
|
* The project now uses the official GeoDirectory-compatible Directory theme
|
|
* and GeoDirectory's built-in Default Places dummy data instead of the custom
|
|
* ad-server demo content previously generated by this script.
|
|
*/
|
|
|
|
require_once __DIR__ . '/../wp-load.php';
|
|
|
|
echo "This seeder has been retired. The active sample is the Directory theme with GeoDirectory Default Places dummy data.
|
|
";
|