- Added support for using
mix()
in child themes by using theis_child
argument or by usingmix_child()
. - Converted the second parameter in
mix()
to an$args
array while keeping backwards compatibility with the$manifest_directory
parameter.
mix()
in child themes by using the is_child
argument or by using mix_child()
.mix()
to an $args
array while keeping backwards compatibility with the $manifest_directory
parameter.