Note: Per-product setting overrides are not yet available. All settings on this page apply globally to every product. Per-product overrides (custom default template, status filter, voting toggle per product) are planned for a future release. For now, use shortcode attributes to customize behavior per product page — for example, [roadmap product="mobile-app" template="timeline"] displays a specific product with a specific template.
Option Key Reference
All Pro settings are stored in the wp<em>options table (the WordPress database table that stores site-wide settings). Use these keys when debugging, building custom integrations, or querying settings programmatically with get</em>option() (a WordPress PHP function that retrieves a stored setting value).
This displays only the “mobile-app” product with the timeline template, filtered to specific statuses. Each product page can use different shortcode attributes to create a tailored experience without per-product settings.
Resetting Settings
Reset to Defaults
Go to Roadmap > Settings
Scroll to bottom of any tab
Click Reset to Defaults
Confirm the action
This only resets settings — your roadmap items, votes, and data are preserved.
Troubleshooting
Settings not saving
Verify you clicked Save Changes at the bottom of the tab
Check your browser console for JavaScript errors that might block the form submission
Ensure your WordPress user has administrator privileges
Pro tab missing from Settings
Confirm the Pro addon is activated under Plugins
Verify the free Product Roadmap plugin is also active
Deactivate and reactivate the Pro addon
Cache settings not taking effect
If you changed the cache duration, clear your object cache (if using Redis or Memcached)
Page caching plugins (WP Super Cache, LiteSpeed, etc.) have their own cache — clear those separately
The roadmap<em>pro</em>cache_duration setting controls how long the plugin caches roadmap data internally, not browser or page cache