twentysixteen_custom_background_args

twentysixteen_custom_background_args

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.0.3

apply_filters('twentysixteen_custom_background_args') is found 1 times:

  • /wp-content/themes/twentysixteen/inc/customizer.php line 33
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    *
     *     @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.
     *