Retrieves a collection of the posts selected in the field UI. Note: you can further clarify the selected posts by setting the args parameter to a wp_parse_args compatible array or string. .
Overrides the MPFT::value_for_set method to allow Related Post fields to be assigned a value in a number of different formats. A single post slug, ID, or MEOW_Post object.An array of post slugs, IDs, or MEOW_Post objects.A CSV string of post slugs or IDs.Note that this implementation will infer the appropriate post types to look for, based on the field type setup in MasterPress.
Checks if the numerical array offset exists in the posts selected in the UI. Since this overrides offset-exists the offset test can be made by calling isset directly on the field object.
Gets the post object at the given numerical array offset, if it exists. Since this overrides offset-get the post can be obtained by an array-style access directly on the field object – see example.
Implements MPFT::forward to return the first post, regardless of whether or not the field is setup to allow multiple posts to be selected (iterator-related methods are setup to regard the multiple items though).
Overrides the MPFT::value_for_set method to allow Related Post fields to be assigned a value in a number of different formats. A single post slug, ID, or MEOW_Post object.An array of post slugs, IDs, or MEOW_Post objects.A CSV string of post slugs or IDs.Note that this implementation will infer the appropriate post types to look for, based on the field type setup in MasterPress.
Implements MPFT::forward to return the first post, regardless of whether or not the field is setup to allow multiple posts to be selected (iterator-related methods are setup to regard the multiple items though).
Checks if the numerical array offset exists in the posts selected in the UI. Since this overrides offset-exists the offset test can be made by calling isset directly on the field object.
Gets the post object at the given numerical array offset, if it exists. Since this overrides offset-get the post can be obtained by an array-style access directly on the field object – see example.
Retrieves a collection of the posts selected in the field UI. Note: you can further clarify the selected posts by setting the args parameter to a wp_parse_args compatible array or string. .
Overrides the MPFT::value_for_set method to allow Related Post fields to be assigned a value in a number of different formats. A single post slug, ID, or MEOW_Post object.An array of post slugs, IDs, or MEOW_Post objects.A CSV string of post slugs or IDs.Note that this implementation will infer the appropriate post types to look for, based on the field type setup in MasterPress.
MasterPress 1.3.8 is a bugfix release. Fixed a bug where MB, KB, and GB were being converted to bytes incorrectly via WOOF file functions. Fixed a bug where transparent images were losing their transparency on resize.
For Members
Resources
Plugin Requirements
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.