Overview
WordPress adapter: post-purchase rollout
Use this guide after payment to move from `cookiezy-wordpress-plugin.zip` to a tested WordPress production install.
- • Generate `cookiezy-wordpress-plugin.zip` from customer downloads.
- • Register the live WordPress hostname in billing.
- • Upload and activate the plugin in wp-admin.
- • Enter policy URL and category settings in the plugin settings screen, then confirm the embedded license status is healthy.
- • Validate shortcode-based settings reopen and cookie audit behavior.

Step 1
Upload and activate the plugin
Install the plugin via `Plugins > Add New > Upload Plugin` and activate it before any front-end testing.
Code snippet
Plugin package: cookiezy-wordpress-plugin.zip
wp-admin > Plugins > Add New > Upload PluginStep 2
Configure production settings
Set locale and policy route in the plugin settings, then confirm the issued package already exposes the correct site key and verification endpoint in the licensing status area.
Code snippet
Locale: en
Policy URL: /en/cookie-policy
Licensing status: healthy
Settings link shortcode: [cookiezy_settings_link]
Audit shortcode: [cookiezy_cookie_audit]Step 3
Place shortcodes and validate the install
Use the settings link and audit shortcodes in the footer and policy page, then test the live hostname.
- • Banner appears on first visit.
- • Reject optional keeps optional tools blocked.
- • Settings shortcode reopens the modal.
- • Audit shortcode renders the scan on the policy page.
- • Verification endpoint returns `allowed: true` for the registered hostname.