twentysixteen_custom_background_args
twentysixteen_custom_background_args
Appears in: wordpress-4.4, wordpress-4.8, wordpress-5.0, wordpress-5.0.1, wordpress-5.0.2, wordpress-5.0.3
Hook Type: filter
Displaying hooks found in version: wordpress-5.0.3apply_filters('twentysixteen_custom_background_args') is found 1 times:
- /wp-content/themes/twentysixteen/inc/customizer.php line 33
* * @type string $default-color Default color of the background. * } */ add_theme_support( 'custom-background', apply_filters( 'twentysixteen_custom_background_args', array( 'default-color' => $default_background_color, ) ) ); /** * Filter the arguments used when adding 'custom-header' support in Twenty Sixteen. *