Documentation

Roadmap & Voting

Developer Roadmap

Doc snapshot

Type: Release Plan

Updated: January 13, 2026

Access: Public documentation

Roadmap & Voting — Developer Notes (Verified)

Generated: 2025-12-31 02:07:24Z • Module: roadmap_votingVersion: 0.1.0

Note: This page is derived from a static code scan in this package. Dynamic/runtime names may not be listed.

Module Metadata

  • Directory: roadmap_voting
  • Entry: module.php
  • Dependencies: (none)

Admin Pages (menu slugs)

  • luperiq-roadmap
  • luperiq-roadmap-moderation
  • luperiq-roadmap-settings

Post Types

None detected by static scan.

Taxonomies

None detected by static scan.

Shortcodes

None detected by static scan.

REST Routes

None detected by static scan.

AJAX Actions

Authenticated (wp_ajax_*)

  • luperiq_roadmap_approve
  • luperiq_roadmap_comment_add
  • luperiq_roadmap_comments
  • luperiq_roadmap_decline
  • luperiq_roadmap_doc
  • luperiq_roadmap_list
  • luperiq_roadmap_moderation_list
  • luperiq_roadmap_plan
  • luperiq_roadmap_progress
  • luperiq_roadmap_reorder
  • luperiq_roadmap_shipped
  • luperiq_roadmap_submit
  • luperiq_roadmap_vote
  • luperiq_roadmap_whatsnew

Public (wp_ajax_nopriv_*)

None detected by static scan.

Scheduled Hooks

None detected by static scan.

Option Keys

  • lq_roadmap_autoapproved_once
  • lq_roadmap_readonly
  • lq_roadmap_settings

Database Tables (suffixes)

Typically used as $wpdb->prefix . "suffix".

None detected by static scan.

WP-CLI Commands

None detected by static scan.

Debug Tips

  • Check WordPress debug.log and server logs for PHP fatals.
  • Search for the integration points above (shortcodes/AJAX/REST) in src/.
  • Validate PHP syntax with php -l after edits.