Skip to main content
WP HealthKit

Post Meta

Custom data fields associated with WordPress posts, stored as key-value pairs in the postmeta table.

How it works

Custom data fields associated with WordPress posts, stored as key-value pairs in the postmeta table.

In WordPress

Sanitize before save with sanitize_meta(). Escape on output. Register meta with register_post_meta() for REST API exposure.

WP HealthKit checks for Post Meta-related vulnerabilities automatically

Run a Free Audit
What Is Post Meta? — WordPress Security Glossary | WP HealthKit