Documentation Section
System Requirements
This section describes everything ADP Car Market Hub expects from the environment it runs in: the WordPress version, the hosting profile, the PHP and database stack, the cron and background-processing setup, and the outbound network and TLS configuration needed to…
Documents
Document
API, Network and SSL Requirements
ADP Car Market Hub is fundamentally an integration plugin: it spends most of its runtime talking to remote HTTPS endpoints — the AutoScout24 API for vehicles and images, the managed Google Gemini endpoint for optional AI content generation, and (indirectly)…
Document
Cron and Background Processing
ADP Car Market Hub depends on scheduled background tasks for almost everything that is not a direct user action: it imports vehicles from AutoScout24, processes images asynchronously, cleans up analytics data, refreshes pricing analysis and runs daily data-quality scans. This…
Document
Hosting Requirements
ADP Car Market Hub does not impose unusual demands on a WordPress host: any provider that meets the official WordPress requirements and allows outbound HTTPS to the AutoScout24 API can run it. That said, vehicle imports involve thousands of API…
Document
PHP and Database Requirements
ADP Car Market Hub is a modern PHP 8 plugin that uses namespaces, strict typing in many places and the WordPress database abstraction layer ($wpdb, dbDelta()). It runs on the same PHP and database stack as WordPress itself, but adds…
Document
Pre-Installation Checklist
This checklist consolidates everything an agency or administrator should verify before installing ADP Car Market Hub or before flipping a staging install into production. It is intentionally practical: each item maps to a concrete check that can be done in…
Document
Technical System Requirements
ADP Car Market Hub is a WordPress plugin that connects a WordPress site to the AutoScout24 API and turns the dealer's vehicle inventory into native WordPress content (custom post type as24ci_car with vehicle taxonomies, archive pages, single-vehicle templates, leads, analytics…
Document
WordPress Requirements
ADP Car Market Hub is a native WordPress plugin. It does not bundle its own CMS, page builder or front-end framework — instead, it relies on standard WordPress mechanisms (custom post types, taxonomies, the media library, REST API, WP-Cron, capabilities…