40556-vm/tools/seed_ad_directory.php
2026-08-06 12:09:59 +00:00

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.
";