impress-org / givewp-snippet-library

A collection of code snippets to enhance or expand on the free Give WordPress Donation Plugin.
https://givewp.com
140 stars 90 forks source link

Use updated Fields API Option tuple syntax #130

Closed knowler closed 3 years ago

knowler commented 3 years ago

This just updates the Fields API sample snippet to use the new syntax for options. The previous associative array syntax was removed and the options method signature was changed to be variadic.