issues
search
iconicwp
/
WordPress-Settings-Framework
A settings framework for the WordPress settings API
MIT License
334
stars
66
forks
source link
Several fixes and updates
#117
Closed
davegreenwp
closed
1 year ago
davegreenwp
commented
1 year ago
Expose WPSF methods for use elsewhere. (
commit
)
Ensure reindex_group logic fires for select fields. (
commit
)
Added support for custom attributes to some, but not all fields. (
commit
)
Give group field table elements a unique ID for styling purposes. (
commit
)
Output desc field for groups, serialize group data to prevent PHP error. (
commit
)
Added support for custom_args param, can be useful in custom fields. (
commit
)
Populate textarea rows/cols using new attributes param, falling back to defaults. (
commit
)
Output description for the file field. (
commit
)
Add action hook to generate file field previews. (
commit
)