An open API service indexing awesome lists of open source software.

https://github.com/littlebizzy/metadata

For custom titles and descriptions
https://github.com/littlebizzy/metadata

wordpress wordpress-plugin

Last synced: 5 months ago
JSON representation

For custom titles and descriptions

Awesome Lists containing this project

README

          

# Metadata

For custom titles and descriptions

## Changelog

### 1.0.0
- initial release
- generates "Metadata" meta box for all page/post types for custom Meta Title and Meta Description
- stores data in the `wp_postmeta` table using `_metadata_title` and `_metadata_description` keys per post
- always renders `` and ` values in this initial release at least
- supports PHP 7.0 to PHP 8.3
- supports Multisite