Changeset 3457457
- Timestamp:
- 02/09/2026 09:14:30 PM (5 weeks ago)
- Location:
- vectoron/trunk
- Files:
-
- 1 added
- 1 edited
-
includes/ajax-proxy.php (added)
-
vectoron.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vectoron/trunk/vectoron.php
r3451062 r3457457 3 3 * Plugin Name: Vectoron 4 4 * Description: Provides the [vectoron_article] shortcode to disable wpautop and load assets for custom content like the FAQ accordion and GA4 tracking. Includes REST API endpoints for external content management and ACF integration. 5 * Version: 2.1 0.35 * Version: 2.11.0 6 6 * Author: Vectoron 7 7 * Author URI: https://vectoron.ai … … 33 33 // Include API functionality 34 34 require_once __DIR__ . '/vectoron-api.php'; 35 36 // Include AJAX proxy (bypasses WAF/cache blocking of /wp-json/) 37 require_once __DIR__ . '/includes/ajax-proxy.php'; 35 38 36 39 /**
Note: See TracChangeset
for help on using the changeset viewer.