Filters the input attributes for opacity.
$attrsarray$minint
$maxint
$stepint
wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php:534twentytwenty_customize_opacity_range() * * @type int $min Minimum value. * @type int $max Maximum value. * @type int $step Interval between numbers. * } */ return apply_filters( 'twentytwenty_customize_opacity_range', array( 'min' => 0, 'max' => 90, 'step' => 5, )Introduced in Twenty Twenty 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.