=== Plugin Name === Contributors: markhowellsmead Donate link: http://permanenttourist.ch/ Tags: meta,metadata,postdata,extend Requires at least: 4.2 Tested up to: 4.4.2 Stable tag: 4.4.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Extend Post and Page data with all related meta data. == Description == Automatically extends Post and Page data with an array containing all of the extra meta data pertinent to the `$post` object. == Installation == 1. Upload the plugin folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. The `$post` object will contain a sub-object `$post->metadata` after running a regular WordPress query, containing any additional meta information assigned to the Post. == Changelog == = 1.0.2 = * Add plugin icon (SVG) = 1.0.1 = * Confirm compatibility with WordPress 4.4.2. = 1.0 = * Initial version