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 wpoptions table (the WordPress database table that stores site-wide settings). Use these keys when debugging, building custom integrations, or querying settings programmatically with getoption() (a WordPress PHP function that retrieves a stored setting value).
Feature Toggles
Option Key
Values
Default
Description
roadmapproenable_webhooks
yes / no
no
Enable webhook event delivery
roadmapproenablefeedbackwidget
yes / no
no
Show floating feedback button
roadmapproenable_digest
yes / no
no
Send scheduled activity digests
roadmapproenable_analytics
yes / no
yes
Enable the analytics dashboard
roadmapproenable_timeline
yes / no
no
Enable timeline (Gantt) view
roadmapproenable_dragdrop
yes / no
no
Enable drag and drop management
Feedback Widget
Option Key
Values
Default
roadmapprofeedbackwidgetbutton_text
string
Feedback
roadmapprofeedbackwidgetcolor
hex color
#4f46e5
roadmapprofeedbackwidgetposition
bottom-right / bottom-left
bottom-right
roadmapprofeedbackwidgetdisplay
array of contexts
(empty)
Email & Digest
Option Key
Values
Default
roadmapnotificationemail
email address
admin email
roadmapprodigest_frequency
daily / weekly
daily
Guest Suggestions
Option Key
Values
Default
roadmapproenableguestsuggestions
yes / no
no
roadmapproguestsuggestionrequire_name
yes / no
yes
roadmapproguestsuggestionrequire_email
yes / no
yes
roadmapproguestsuggestionratelimitper_ip
integer
3
roadmapproguestsuggestionnotification_email
email address
admin email
roadmapprosendguestnotifications
yes / no
yes
Display & Templates
Option Key
Values
Default
roadmapprodefault_template
board / timeline / list / cards / minimal
board
roadmapprodefaultviewmode
day / week / month / quarter / year
month
roadmapprocard_style
compact / detailed
detailed
roadmappromax_products
integer
10
roadmapprocache_duration
integer (seconds)
3600
roadmapprolazy_load
yes / no
no
roadmapprominify_assets
yes / no
yes
roadmapprodebug_mode
yes / no
no
Additional Feature Toggles
Option Key
Values
Default
roadmapproenable_export
yes / no
yes
roadmapproenablecustomfields
yes / no
yes
Data Storage (read-only reference)
These options store configuration data managed through other interfaces. Do not edit them directly in the database.
Option Key
Type
Description
roadmapprocustom_fields
array
Custom field definitions (managed via REST API)
roadmapprowebhooks
array
Webhook configurations (managed via REST API)
roadmapprowebhook_logs
array
Last 100 webhook delivery logs (auto-managed)
roadmapproemail_templates
array
Custom email template content (managed via Settings UI)
roadmapprolicense_key
string
EDD license key
roadmapprolicense_status
string
License activation status
Global vs Per-Product Behavior
All settings on this page apply globally to every product. To customize behavior for a specific product on the frontend, use shortcode attributes:
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 roadmapprocache_duration setting controls how long the plugin caches roadmap data internally, not browser or page cache