bordoni / fakerpress

A WordPress plugin that implements an easy way to create fake data inside WordPress.
http://fakerpress.com
Other
338 stars 54 forks source link

Fixes order of parameters for fp_array_get function #141

Closed henrikwirth closed 4 years ago

henrikwirth commented 4 years ago

Fixes: #140

The order of default and filter parameters have been reversed and function calls have been adjusted, so that in cases default has been 3rd parameter it is now the 4th and the 3rd has been set to null.