Filters Twenty Fifteen custom-background support arguments.
$argsarray$default-colorstring
$default-attachmentstring
wp-content/themes/twentyfifteen/functions.php:170twentyfifteen_setup() * An array of custom-background support arguments. * * @type string $default-color Default color of the background. * @type string $default-attachment Default attachment of the background. * } */ apply_filters( 'twentyfifteen_custom_background_args', array( 'default-color' => $default_color, 'default-attachment' => 'fixed', ) )Introduced in Twenty Fifteen 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.