MasterPress 1.3.1 is now available
MasterPress 1.3.1 is a compatibility release for PHP 8 and WordPress 5.7. It still remains backwards compatible with older PHP versions.
Extends the WOOF class to include support for MasterPress field sets and incoming post relationships. Specifically:
Implements the PHP magic method __get to allow direct access to properties of the MEOW class, or field sets on the object.
A synonym for the MEOW::field method.
Gets the field object for the current WordPress object. .
Checks for the existence of a set or a field in the current WordPress WOOF::object.
Checks for the existence of a field and that the field has content entered in the current WordPress WOOF::object.
Checks for the existence of a field set in the current WOOF::object.
A shorthand synonym for the set, to retrieve a field set object with a given name, on the WOOF::object.
Retrieve a field set object with a given name, on the object.
Get the value of the field for a given full field name (a string of the form set_name.field_name), on the object. This method is less favoured over the more concise method of accessing the field value by chaining object properties together.
Retrieves all posts that are related to the current WordPress WOOF::object, by means of the Related Post field type.
Retrieves all posts that are related to the current WordPress WOOF::object, by means of the Related Post field type, while also affecting the main query loop in WordPress.
Gets or sets the current setting for regarding custom field terms across the API.
An internal method to infer the current WordPress object based on query variables.
Implements the PHP magic method __get to allow direct access to properties of the MEOW class, or field sets on the object.
A synonym for the MEOW::field method.
Gets the field object for the current WordPress object. .
Checks for the existence of a set or a field in the current WordPress WOOF::object.
Checks for the existence of a field and that the field has content entered in the current WordPress WOOF::object.
Checks for the existence of a field set in the current WOOF::object.
Retrieves all posts that are related to the current WordPress WOOF::object, by means of the Related Post field type.
An internal method to infer the current WordPress object based on query variables.
Retrieves all posts that are related to the current WordPress WOOF::object, by means of the Related Post field type, while also affecting the main query loop in WordPress.
Gets or sets the current setting for regarding custom field terms across the API.
A shorthand synonym for the set, to retrieve a field set object with a given name, on the WOOF::object.
Retrieve a field set object with a given name, on the object.
Get the value of the field for a given full field name (a string of the form set_name.field_name), on the object. This method is less favoured over the more concise method of accessing the field value by chaining object properties together.
View method list from the base class WOOF.
MasterPress 1.3.1 is a compatibility release for PHP 8 and WordPress 5.7. It still remains backwards compatible with older PHP versions.
MasterPress requires a minimum of WordPress version 4.9, MySQL 5.6, and PHP version 5.6.20.
We also recommend that PHP is configured to use a memory limit of 64MB per request (128MB may be required for sites with higher complexity).
This plug-in is not compatible with the WordPress.com hosted service.
Copyright 2022 © Three AM All rights reserved.