wordpress-fieldmanager icon indicating copy to clipboard operation
wordpress-fieldmanager copied to clipboard

Custom field types for WordPress

Results 111 wordpress-fieldmanager issues
Sort by recently updated
recently updated
newest added

### Description of the bug If I create a repeater and one of the fields in the group added by the repeater is marked as `required`, the expected functionality associated...

bug

See #150. Sometimes it's helpful to manually include an option with a value of `''` so you can still label the default behavior. For example: ``` 'limit' => 5, 'children'...

enhancement
scope:field

### Description of the bug Empty `FieldManager_TextArea` fields (e.g., ones on new post pages, or ones that have never been given a value) show a warning in PHP 8.1+. This...

bug

Text from https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

On a term listing page in the admin, such as Posts > Tags, certain fields do not reset to their default values after using the add term form on the...

### Description of the bug WordPress version 6.2.2 Fieldmanager version 1.5.0 After uploading an image using a Fieldmanager media field, custom attachment meta fields do not initially display. ### Steps...

bug

**Version**: 1.5.0 After adding FM fields to menu items, I found that the field group's CSS positions it in a manner that prevents editing the menu item label. My temporary...

This field will save as expected on the edit-term screen, but not the add-term screen: ``` add_action( 'fm_term_category', function ( $term ) { $fm = new \Fieldmanager_RichTextArea( 'Foo', [ 'name'...

bug
scope:context
scope:field

We had an issue pop up recently when editing date/time in a custom field when the date and time happened after the 1hr change on daylight saving. The WordPress install...

In our Post's term fields, we want to persist the assigned order so the first term assigned to a Post can be considered the "primary" term. Fieldmanager's Select Field with...

bug