$version
$version : string
Fluent_Page can be used on its own or supplied to the Fluent_Options class as a dependancy for page rendering
parse_args(array $a, array $b, string $filter) : array
Recursive array merging from a default and supplied array.
Very similar function to wp_parse_args
except it filters through the whole array tree.
array | $a | supplied value array. |
array | $b | default value array. |
string | $filter | optionally run the array through |