Filters Twenty Fourteen custom-background support arguments.
$argsarray$default-colorstring
wp-content/themes/twentyfourteen/functions.php:203twentyfourteen_setup() * @param array $args { * An array of custom-background support arguments. * * @type string $default-color Default color of the background. * } */ apply_filters( 'twentyfourteen_custom_background_args', array( 'default-color' => 'f5f5f5', ) ) );Introduced in Twenty Fourteen 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.