Filters the arguments used when adding 'custom-background' support in Twenty Sixteen.
$argsarray$default-colorstring
wp-content/themes/twentysixteen/inc/customizer.php:35twentysixteen_custom_header_and_background() * @param array $args { * An array of custom-background support arguments. * * @type string $default-color Default color of the background. * } */ apply_filters( 'twentysixteen_custom_background_args', array( 'default-color' => $default_background_color, ) ) );Introduced in Twenty Sixteen 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.