Download the PHP package underpin/meta-loader without Composer
On this page you can find all versions of the php package underpin/meta-loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download underpin/meta-loader
More information about underpin/meta-loader
Files in underpin/meta-loader
Download underpin/meta-loader
More information about underpin/meta-loader
Files in underpin/meta-loader
Vendor underpin
Package meta-loader
Short Description Meta loader for Underpin
License GPL-2.0-or-later
Package meta-loader
Short Description Meta loader for Underpin
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package meta-loader
Underpin Meta Loader
Loader That assists with accessing metadata to a WordPress website.
Installation
Using Composer
composer require underpin/meta-record-type-loader
Manually
This plugin uses a built-in autoloader, so as long as it is required before Underpin, it should work as-expected.
require_once(__DIR__ . '/underpin-meta-record-types/meta-record-types.php');
Setup
- Install Underpin. See Underpin Docs
- Register new metadata fields as-needed.
Example
A very basic example could look something like this.
Alternatively, you can extend Meta_Record_Type
and reference the extended class directly, like so:
Accessing Metadata
Basic Example
Access when object is directly accessible
Using Registry Filter method to get all user meta
Reset all registered post meta for a specified post
All versions of meta-loader with dependencies
PHP Build Version
Package Version
Requires
underpin/underpin Version
^2.0
The package underpin/meta-loader contains the following files
Loading the files please wait ....