Documentation Section

System Requirements

This section describes everything CarSyncPro 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 reach the plugin's…

Documents

Document API, Network and SSL Requirements CarSyncPro 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) WordPress.org for plugin… Document Cron and Background Processing CarSyncPro depends on scheduled background tasks for almost everything that is not a direct user action: it imports vehicles from every connected Connections source (AutoScout24, mobile.de, carcuro, an automatic feed and e-mail import) on one central schedule, processes images asynchronously,… Document Hosting Requirements CarSyncPro 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 calls, image downloads,… Document PHP and Database Requirements CarSyncPro 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 its own custom… Document Pre-Installation Checklist This checklist consolidates everything an agency or administrator should verify before installing CarSyncPro or before flipping a staging install into production. It is intentionally practical: each item maps to a concrete check that can be done in a few minutes… Document Technical System Requirements CarSyncPro 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 and more). Document WordPress Requirements CarSyncPro 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 and nonces).

← Back to documentation overview