DocsOCodeInsertPro Features
Pro

Pro Features

OCodeInsertorravo.com/docs/ocodeinsert/pro-features

Pro Features

The following features are visible in the free UI with a PRO badge but non-functional until a Pro license is active (define('OCI_PRO', true)).

Export All / Import

Export all snippets as a single .json bundle. Import a single snippet or a bundle — imported with new UUIDs, saved as inactive.

Device Conditions

ValueTarget
allAll devices (default)
mobileMobile and tablet (HTTP_USER_AGENT)
desktopDesktop browsers

Date Scheduling

Set a start and/or end date per snippet. Useful for campaign pixels or seasonal banners.

Revision History

Keeps the last 5 saved versions of each snippet's code. View diffs and restore any previous version. Preserved across duplicates.

Snippet Library

Pre-configured snippets ready to import:

SnippetTypeLocation
Google Analytics 4JSHead
Google Tag ManagerJSHead
Meta Pixel (Facebook)JSHead
HotjarJSHead
IntercomJSFooter
Crisp ChatJSFooter
Cloudflare Web AnalyticsJSFooter
Custom CSS ResetCSSHead

WP-CLI (Pro)

bashwp oci list                    # List all snippets
wp oci list --status=active    # Active only
wp oci toggle <snippet-id>     # Toggle on/off
wp oci disable-all             # Disable all snippets
wp oci safe-mode on            # Enable safe mode
wp oci export --file=out.json  # Export all
wp oci import --file=out.json  # Import from file
Pro Features — OCodeInsert Docs — Orravo