Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from Manipulate Meta with the WP API™
MetaSync Pro is not affiliated with Manipulate Meta with the WP API. The name and any related trademarks are used solely for nominative descriptive purposes.
This plugin extends the REST API for content management systems, providing dedicated endpoints for handling custom field data. It is designed for developers building decoupled applications or external services that need granular control over metadata without the overhead of full post or term objects.
Direct Meta Endpoints: Creates specific API routes for individual meta keys, allowing operations on a single custom field value with a single request.
Independent Operations: Enables reading, updating, and deleting meta values without requiring the retrieval or submission of the entire associated post or taxonomy term object.
Bulk Deletion: Supports deleting multiple meta keys at once by sending an array of key names in a DELETE request, improving efficiency for cleanup tasks.
Standardized Methods: Uses standard HTTP verbs (GET, POST, DELETE) and JSON request bodies, maintaining consistency with common API practices for predictable integration.
Term Meta Support: Provides the same direct endpoint functionality for taxonomy term metadata, extending precise control beyond just post types.