wordpress-fieldmanager
wordpress-fieldmanager copied to clipboard
Custom field types for WordPress
Current implementation a little clumsier on current browsers and devices (small flaw in otherwise excellent toolkit).
Trying to get the add another/more button to not show up once the limit has been reached and don't seem to see a clean way to do it. Am I...
Currently, the `save_empty` property only works when `$limit != 1` (this is correctly documented). We should make this work when `$limit == 1` as well.
One of the jQuery Timepicker UIs would provide an interface more consistent with the existing Datepicker UI.
Hi guys if you looks at this french text when need to add a hard space using an Le logo « [f]» est l'un de nos éléments". so you have...
As a developer, I want to change the label used on the submit button for my form. However, I don't have access to setting `$submit_button_label` through `fm_register_submenu_page()`
On an options field using a `Datasource_Term` with `$only_save_to_taxonomy = true`, cron tasks (e.g. publishing a scheduled post) will overwrite the term relationships with empty values. If the field is...
When creating a Fieldmanager_Select instance using the grouped syntax, the array key is used for the option text and the array value is used for the option value. This is...
Using the example code below: ``` php
Using the following code, ```php add_action( 'init', function() { register_post_type( 'demo-parent-bug', [ 'label' => 'Demo Parent Bug', 'public' => true, 'hierarchical' => true, ] ); } ); add_action( 'fm_post_demo-parent-bug', function()...