$version
$version : string
Fluent_Demo_Creator
request_demo( $user_email, $user_first_name, $user_last_name, $user_signup) : mixed
Request a demo Function.
Creates a demo draft post and adds the details, then returns the id.
$user_email | ||
$user_first_name | ||
$user_last_name | ||
$user_signup |
$id. Post id on success, wp_error on failure
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 |