Skip to content
This repository was archived by the owner on Jun 9, 2026. It is now read-only.
This repository was archived by the owner on Jun 9, 2026. It is now read-only.

[Feature] display alternate text for unused forms #2

Description

@YesThatAllen

Pseudo code where the form list is generated:

if (empty($allPostIDs)) {
		$output .= '<p><strong>This form does not appear to be in use.</strong></p>';
} else {
		$output .= '<p><strong>Can be found on:</strong></p>';
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions