[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fio6baaLJ5QemhrcTPE6l7iPLrP73RlPpGDNEzgPeG3U":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"vectoron","Vectoron","https:\u002F\u002Fprofiles.wordpress.org\u002Fvectoron\u002F",1,0,100,30,94,"2026-04-04T06:18:16.970Z",[14],{"slug":4,"name":5,"version":15,"author":5,"author_profile":6,"description":16,"short_description":17,"active_installs":8,"downloaded":18,"rating":8,"num_ratings":8,"last_updated":19,"tested_up_to":20,"requires_at_least":21,"requires_php":22,"tags":23,"homepage":29,"download_link":30,"security_score":9,"vuln_count":8,"unpatched_count":8,"last_vuln_date":31,"fetched_at":32},"2.11.7","\u003Cp>Vectoron provides three main features:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>1. REST API Endpoints\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Secure REST API endpoints for external content management, perfect for integrating with automation platforms like Superblocks, Zapier, or custom applications.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Create and update posts programmatically\u003C\u002Fli>\n\u003Cli>Manage categories\u003C\u002Fli>\n\u003Cli>Upload media (file upload, base64, or URL)\u003C\u002Fli>\n\u003Cli>Full authentication support (Basic Auth or custom headers)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>2. Content Shortcodes\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>The \u003Ccode>[vectoron_article]\u003C\u002Fcode> shortcode provides:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Automatic wpautop disabling for custom HTML content\u003C\u002Fli>\n\u003Cli>Built-in GA4 event tracking\u003C\u002Fli>\n\u003Cli>FAQ accordion styling support\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>3. ACF Integration\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Automatically sync post content to Advanced Custom Fields:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Settings page under Settings > Vectoron\u003C\u002Fli>\n\u003Cli>Auto-detect WYSIWYG fields in ACF field groups\u003C\u002Fli>\n\u003Cli>Support for Flexible Content, Repeaters, and Groups\u003C\u002Fli>\n\u003Cli>ACF sync triggered by Vectoron API or X-Vectoron-Sync header\u003C\u002Fli>\n\u003Cli>Works with both custom Vectoron API and native WP REST API\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>4. Page Builder Integrations\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Seamless integration with popular WordPress page builders:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Elementor\u003C\u002Fstrong>: Auto-sync content to Elementor’s text-editor widgets\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Beaver Builder\u003C\u002Fstrong>: Auto-sync content to Beaver Builder’s rich-text modules\u003C\u002Fli>\n\u003Cli>\u003Cstrong>DIVI\u003C\u002Fstrong>: Auto-sync content to DIVI’s shortcode format (sections, rows, columns, text modules)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>WP Bakery\u003C\u002Fstrong>: Auto-sync content to WP Bakery’s shortcode format (rows, columns, column_text)\u003C\u002Fli>\n\u003Cli>Configurable sync modes: Auto (detect existing builder posts), Always (convert all posts), or Disabled\u003C\u002Fli>\n\u003Cli>Cache clearing for immediate visual updates\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>5. SEO Plugin Integrations\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Automatic SEO metadata sync with popular SEO plugins:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Yoast SEO\u003C\u002Fstrong>: Sync meta description, SEO title, and focus keyword\u003C\u002Fli>\n\u003Cli>\u003Cstrong>SEOpress\u003C\u002Fstrong>: Sync meta description, SEO title, and target keyword\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Rank Math\u003C\u002Fstrong>: Sync meta description, SEO title, and focus keyword\u003C\u002Fli>\n\u003Cli>All SEO fields set via API are automatically synced to the active SEO plugin\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>API Endpoints\u003C\u002Fh3>\n\u003Cp>All endpoints use the namespace \u003Ccode>vectoron\u002Fv1\u003C\u002Fcode>:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>POST \u002Fwp-json\u002Fvectoron\u002Fv1\u002Fposts\u003C\u002Fcode> – Create a new post\u003C\u002Fli>\n\u003Cli>\u003Ccode>PUT \u002Fwp-json\u002Fvectoron\u002Fv1\u002Fposts\u002F{id}\u003C\u002Fcode> – Update an existing post\u003C\u002Fli>\n\u003Cli>\u003Ccode>POST \u002Fwp-json\u002Fvectoron\u002Fv1\u002Fcategories\u003C\u002Fcode> – Create a category\u003C\u002Fli>\n\u003Cli>\u003Ccode>POST \u002Fwp-json\u002Fvectoron\u002Fv1\u002Fmedia\u003C\u002Fcode> – Upload media\u003C\u002Fli>\n\u003Cli>\u003Ccode>GET \u002Fwp-json\u002Fvectoron\u002Fv1\u002Fstatus\u003C\u002Fcode> – Health check (no auth required)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Authentication\u003C\u002Fh3>\n\u003Cp>Three authentication methods are supported:\u003C\u002Fp>\n\u003Col>\n\u003Cli>\u003Cstrong>HTTP Basic Auth\u003C\u002Fstrong> – Standard username:password\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Authorization Header\u003C\u002Fstrong> – \u003Ccode>Authorization: Basic \u003Cbase64>\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom Headers\u003C\u002Fstrong> – \u003Ccode>X-WP-Username\u003C\u002Fcode> and \u003Ccode>X-WP-Password\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>ACF Sync Header\u003C\u002Fh3>\n\u003Cp>When using the native WordPress REST API (\u003Ccode>\u002Fwp-json\u002Fwp\u002Fv2\u002Fposts\u003C\u002Fcode>) instead of the Vectoron custom API, you can trigger ACF sync by adding the \u003Ccode>X-Vectoron-Sync\u003C\u002Fcode> header:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>X-Vectoron-Sync: true\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>This is useful when:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>You want to use WordPress’s native post creation\u002Fupdate endpoints\u003C\u002Fli>\n\u003Cli>Your integration already uses the WP REST API\u003C\u002Fli>\n\u003Cli>You need features only available in the native API\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Without this header, native WP REST API requests will NOT trigger ACF sync, ensuring Gutenberg and other WordPress interfaces don’t interfere with ACF content.\u003C\u002Fp>\n\u003Ch3>Security Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Rate limiting (60 requests\u002Fminute per IP)\u003C\u002Fli>\n\u003Cli>Capability-based permission checks\u003C\u002Fli>\n\u003Cli>SSRF protection for URL uploads\u003C\u002Fli>\n\u003Cli>Input sanitization and validation\u003C\u002Fli>\n\u003Cli>Protected meta key filtering\u003C\u002Fli>\n\u003C\u002Ful>\n","A WordPress REST API plugin for external content management with authenticated API endpoints, GA4 tracking shortcodes, and ACF integration.",402,"2026-03-12T19:52:00.000Z","6.9.4","5.6","7.4",[24,25,26,27,28],"analytics","content-management","ga4","rest-api","shortcode","","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvectoron.zip",null,"2026-03-15T15:16:48.613Z"]